Problem renewing SSL certificates

I have my website www.example.com and an SSL certificate for the same. I have deployed a web application for APIs which is hosted on AWS behind a load balancer. I want to generate same SSL certificate for sync.example.com and for the APIs. How can I do that?

If you are terminating SSL at the AWS Load Balancer, then you can use ACM to automatically produce, use and renew certificates for you (via the Amazon CA). It would take a lot of manual work to make Let’s Encrypt do the same thing.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.