By dhagan
I am trying to use DigitalOcean’s SSL certificate provisioning service via Let’s Encrypt to secure my Intercom sub-domain. I set up a CNAME record and provisioned a certificate for that subdomain, but still, it does not seem to be functional. Do I need to update anything in my nginx config? I didn’t think I did, but could be wrong…
Intercom docs for securing a sub-domain.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi, I have created certificate using curl PHP and it shows that status is verified but it does not apply ssl.
Hello, dhagan
Can you please confirm if you have successfully issued the Let’s Encrypt SSL Certificate?
If the SSL is issued you need to update/upload the files on the external server in order to renew the SSL Certificate.
You can check the following lines in your nginx.conf file and make sure that these files contain the new SSL Certificate files:
ssl_certificate /path/to/your/fullchain.pem;
ssl_certificate_key /path/to/your/privatekey.pem
Hope this helps.
Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
