Generating a CSR on Plesk 9

If you are looking to secure your web site you need to install a SSL Cert. Follow the steps below to generate CSR Plesk 9.

Steps:

  1. Login to the Plesk Control Panel.
  2. Click on "SSL Certificates"
  3. Click on "Add SSL Certificates"
  4. Enter a "Certificate name" this can be for example webcert1.
  5. IMPORTANT - select from the drop down on "Bit" 2048.
  6. Fill in the "Country"
  7. Fill in the "State or Province"
  8. Fill in the "Location (City)"
  9. Fill in the "Organization name (Company)"
  10. Fill in the "Organization division" Optional
  11. Enter the "Domain name" This is the name you wish to secure for example www.domain.com.
  12. Enter the "Email address" This is for the certificate process.
  13. Click on "Request".
  14. New SSL Certificate was added.
  15. Click on the SSL Cert.
  16. Scroll down to the section that says CSR.
  17. Copy the full CSR section beginning with "-------BEGIN to REQUEST----------"
  18. Submit the CSR to your SSL Certificate Vendor.
  • 66 Users Found This Useful
Was this answer helpful?

Related Articles

Add a SSL Certificate on Plesk 9

You have  your SSL Cert to Plesk 9.Steps for copying the text Login to the Plesk Control...

Generate a CSR on Linux with OpenSSL

If you are on a Linux server chances are you are running OpenSSL. When generating a CSR you need...

SSL Certificate Ordering Process with OCOSA

If you are here, then you are wondering how this process will work. OCOSA sells the same brands...

Generate Self-signed Certificate with PEM output on Linux

Using OpenSSL:You should keep the key at 2048 bits.1. openssl genrsa -out server-key.pem 2048Next...

Install SSL on Lighttpd

Lighttpd is a bit different from apache (httpd) server.You can install one of the other articles...