• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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