Thursday, 12 January 2023

AWS Certificate Manager - Import Certificate

How to import a certificate.

Use Key Store Explorer to open the cert and export keypair in PEM format 




This will save a file cert.pem. Make sure you do not set the password for pem file. Use the details and add in aws acm to import cert. Example below

1) Private Key 


 

2) Cert Body 





EXAMPLE FROM AWS ACM 








No comments:

Post a Comment

AWS Certificate Manager - Import Certificate

How to import a certificate. Use Key Store Explorer to open the cert and export keypair in PEM format  This will save a file cert.pem. Make ...