Adding a production domain to a test server

You can also upgrade to Certbot 0.21.0 or newer.

I don't know if new packages are available for CentOS yet. If you want to upgrade, you may have to use certbot-auto or another installation method, which comes with its own inconveniences.

You would have to issue a new certificate, with a Certbot command similar to what was used to create the certificate originally. For example, maybe:

sudo certbot --apache --expand -d myserver.net -d www.myserver.net -d mycustomer.myserver.net

Keep the rate limits in mind.

At the moment, there isn't really another option available. However, Let's Encrypt plans to start offering wildcard certificates February 27. You would have to upgrade Certbot, and use DNS-01 validation, but you could then get a certificate for *.myserver.net.