R RonSanSolo Guest May 29, 2007 #1 I just created an SSL Certificate for our domain. How exactly do I create a .pem file? Do I create it within Plesk 8? If so, how? If not, how? Thank you, Ron
I just created an SSL Certificate for our domain. How exactly do I create a .pem file? Do I create it within Plesk 8? If so, how? If not, how? Thank you, Ron
B breun Golden Pleskian Jun 4, 2007 #2 You have to put the key and the certificate in one file. For instance: Code: cat host.key host.crt > host.pem
You have to put the key and the certificate in one file. For instance: Code: cat host.key host.crt > host.pem