I am trying to achieve the following here. I have 2 servers on AWS Lightsail and the servers are attached to a Load Balancer. I have a domain on Cloudfare and have pointed the domain from Cloudfare to the Load Balancer. I want to obtain a wildcard certificate for the pointed domain so that all the servers can access the same certificate.
Not just that i want to automate the entire process so that if there is a new addition of server in near future, the newly added server can also use the issued certificate.
I am new to SSL and Networking. Any help on the above would be really appreciated.
Thanks!
Compared to using Let’s Encrypt, ACM is a superior solution for this situation as it will provide automatic renewal every 12 months without requiring any external intervention.
If you want to do this with Let’s Encrypt for some reason, then I don’t know of any out-of-the-box solutions that do what you want. It requires a lot of scripting to connect your ACME client to the Cloudflare API (for validation) to the AWS LB API (for deployment).
I already have ACM for other resources but want to test Letsencrypt as it provides free certificates. And i am really not sure if i am going to stick with AWS in the long run. So need to test out Letsencrypt.