Install a SSL Certificate for a Domain in Plesk

    1. 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):

        -----BEGIN RSA PRIVATE KEY-----
        ....
        -----END RSA PRIVATE KEY-----

      • The second one concerning the Certificate (*.crt or *.pem):

        -----BEGIN CERTIFICATE-----
        ....
        -----END CERTIFICATE-----

    2. 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

        -----BEGIN CERTIFICATE-----
        ....
        -----END CERTIFICATE-----

Each above-mentioned part should be added to Plesk, as follows:

    1. Log into Plesk;
    2. 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 Manage button

    1. Click Add SSL/TLS Certificate > Scroll down to the Upload the certificate as text section;

    2. Paste each section from the certificate file into the corresponding fields, as follows:

      Paste each section from the certificate file into the corresponding fields

    3. Click Upload Certificate;

    4. Go to Domains > example.com > Hosting Settings

      • Enable the SSL support option;

      • On the Certificate option, select the certificate uploaded on the previous step.

        Select the certificate uploaded on the previous step.

    5. Click OK

  • Plesk Onyx and 12.5, Plesk, Onyx, SSL Installation
  • 43302 Users Found This Useful
Was this answer helpful?

Related Articles

macOS Server

To install a SSL certificate on your macOS Server, please follow the instraction below:...

Windows Server 2003

The Windows 2003 Internet Information Server (IIS) 6.0 supports Secure Sockets Layer (SSL)...

Windows 10 Mobile

Digital certificates bind the identity of a user or computer to a pair of keys that can be used...

Configure S/MIME for Windows 10 and Windows 10 Mobile

The following artical applied to Windows 10 and Windows 10 Mobile S/MIME stands for...

Set Up an HTTPS Service in IIS

HTTPS is a secure communications channel that is used to exchange information between a client...