If you’re using AWS it’s very easy using ACM for your SSL certificates, the integration is the best option in my opinion for your stackm again if you’re using AWS.

How to create a new ACM with just a few lines of code?

You only need one function:
1. create_acm

You can use the list_acm_certs function to verify the certificate creation.

How to use the scripts?

  • Run the create_acm function with your domain name as the variable
  • verify the acm was created with the list_acm_certs function
  • update your CNAME DNS record for the domain and check at the AWS ACM dashboard that the certificate was approved.

You can download the code from github

(Visited 66 times, 1 visits today)

Leave A Comment