How do I create a .pem file?

R

RonSanSolo

Guest
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
 
You have to put the key and the certificate in one file.

For instance:
Code:
cat host.key host.crt > host.pem
 
Back
Top