AWS Import your own SSL Cert to CertificateManager

You need AWS CLI Tools and a IAM Role “AWSCertificateManagerFullAccess” added to this Maschine.

You must split your ssl cert in 3 pieces

aws iam upload-server-certificate --server-certificate-name MySSLCertonAWS --certificate-body file://mysslcert.crt --private-key file://myprivatekey.key --certificate-chain file://chain.crt --path /cloudfront/mydomain/

 

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s