Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
How to install an SSL certificate from 3rd party certificate authorities for a domain in Plesk?
Answer
-
Open the certificate file (*.crt) with a text editor:
The file should be divided into two parts, each starting and ending as follows:
-
The first one concerning the Private key (*.key):
CONFIG_TEXT: -----BEGIN RSA PRIVATE KEY-----
....
-----END RSA PRIVATE KEY----- -
The second one concerning the Certificate (*.crt or *.pem):
CONFIG_TEXT: -----BEGIN CERTIFICATE-----
....
-----END CERTIFICATE-----
-
- Open the CA certificate file (*-ca.crt) with a text editor:
Note: The CA certificate file is generally included in the package when the certificate is purchased. If it's not, request it from its vendor.
-
There should be only one part, as follows
CONFIG_TEXT: -----BEGIN CERTIFICATE-----
....
-----END CERTIFICATE-----
-
Each above-mentioned part should be added to Plesk, as follows:
- Log into Plesk;
-
Go to Domains > example.com > SSL/TLS Certificates > scroll down to the More options section > then click on the Manage button under the Download or remove existing certificates:
-
Click Add SSL/TLS Certificate > Scroll down to the Upload the certificate as text section;
-
Paste each section from the certificate file into the corresponding fields, as follows:
-
Click Upload Certificate;
-
Go to Domains > example.com > Hosting Settings
-
Click OK
Additional Information
How to install an SSL certificate for a domain in Plesk using Let's Encrypt
Comments
2 comments
i didn't receive my certificate. where is it?
hi Stefan Yakubov I received a certificate from Comodo which has the following files:
.crt
.p7b
.ca_bundle
I also have a .pem file generated when I requested the CSR on the Plesk Obsidian that includes a begin/end certificate and a private key section
My question is, how do I generate the pem file or the text fields from the files above? They do not match your description. This whole certificate upload is highly confusing and very time consuming.
Please sign in to leave a comment.