Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
BN_IT_Support Posted May 21, 2014 Posted May 21, 2014 Can anyone advise on how to covert the format of an SSL certificate please. The Plesk help file says that I need to use: # openssl pkcs7 -in test.pem -print_certs -out test.pem.new but I have no idea where I am meant to type this or how it is meant to work. Thanks
Grumpy Posted May 21, 2014 Posted May 21, 2014 Login via SSH and paste the command. Go to the directory where the pem/p7b/etc. file exists. Or upload first if never there to begin with. -in test.pem | change "test.pem" to the name of the file you're converting. -out test.pem.new | change "test.pem.new" to the name of the file you want to get in the end. (really doesn't matter, just anything you want) Don't really know off hand how plesk installation of SSL goes, but the resulting file is the one that's going to dictate the details of the SSL to your server. -------------- You can also use tools like https://www.sslshopper.com/ssl-converter.html Though... not sure how much to trust them. ASSUMING the help file is correct, you'll want to select p7b as current type, and convert to standard pem.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.