amazon web services - AWS: how to import a SSL certificate in PFX format into AWS? -
i have legitimate ssl certificate in pfx file format. run following command:
pkcs12 -in "c:\temp\my_ssl_certificate.pfx" -out "c:\temp\my_ssl_certificate.txt" -nodes then went import certificate aws. pasted content between "----begin certificate ---" , "---- end certificate ----" "certificate body" textbox, , pasted between "-----begin rsa private key-----" , "-----end rsa private key-----" "certificate private key" texbox. both complained
the certificate private key (or body) provided not in valid pem format what wrong?
it because have not included tags. should pasting tags "-----begin rsa private key-----" , "-----end rsa private key-----"
Comments
Post a Comment