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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -