How to Create Public/Provision Certificate Manager on Amazon Web Service(AWS).

AWS Certificate Manager is a service that we canĀ  easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources.

Public/Provision Certificate manager provide the name of site, establish your identity, and let ACM do the rest. ACM manages renewal of SSL/TLS certificates issued by Amazon or by your own private Certificate Authority.

 

  • Login to aws portal.
  • Click on Services.

 

Fig 1

 

  • Under Security, Identity & Compliance select Certificate Manager.

 

Fig 2

 

  • Click on Provision Certificates.

 

Fig. 3

 

  • Select Request a Public Certificate.
  • Click on Request a certificate.

 

Fig. 5

 

  • Provide Domain name.
  • We can add multiple domain name to this certificate.
  • Click on Next.

 

Fig. 4

 

  • ACM can validate ownership by using DNS or by sending email to the contact addresses of the domain owner. Select validation Method : DNS or Email validation.
  • Select DNS validation,Ā create a CNAME record in the DNS configuration for each of the domains or Select Email validation,Ā ACM send email to the registered owner of each domain.
  • Click on Next.

 

Fig. 6

 

  • Provide Tag name & value.
  • Click on Review.

 

Fig. 7

 

  • Review all configurations.
  • Click on Confirm & request.

 

Fig. 8

 

  • After validation click on continue.

 

Fig 9

 

  • Provision Certificate Manager created successfully.

 

Fig 11

 

Create Provision Certificate Manager using Shell

aws acm request-certificate –domain-name www.example.com –validation-method DNS

 

Leave a Reply