Here's my scenario: I have a website that is served via a CDN. In order to make it work, I need to associate 2 domains to it:
- the public facing domain (this is the domain that via CNAME maps to the CDN address)
- the opalstacked.com domain that serves as origin (this is the domain the CDN pulls from)
I need to configure the website to use both, because the CMS needs to respond on the public facing domain in order to correctly serve content for it. Unfortuntely, this setup prevents me from having Let's Encrypt generate a certificate for the opalstacked.com domain.
Is there a way to use the LE certificate and have it auto-update? If not through the control panel, can this be done via API? Or, is there any other simpler workaround? The easiest would be to generate a LE cert via certbot, but is it possible/documented from a user login?
My goal is to serve the site from the opalstacked.com domain with a valid SSL certificate.
TIA
matteo