• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Changing the PSA SSL Certificate

dragnovich

Basic Pleskian
Had you tired to change the PSA certificate?? and found the it DOES NOT CHANGE, even doing everithing you found in the forums... I did not make it work.

So I do a little logic thinking, and fixed the problem, this is what I do.

Backup the files:
/usr/local/psa/admin/conf/rootchain.pem
/usr/local/psa/admin/conf/httpsd.pem

When you buy your certificate you will receive various CRT files, open those files in a separate window (process) ready to copy text.

Then edit the file (/usr/local/psa/admin/conf/httpsd.pem):
and paste the certificate RSA PRIVATE KEY first, then one empty line and then the Domain Certificate file). IE:
-----BEGIN RSA PRIVATE KEY-----
bla bla bla bla bla bla bla bla
-----END RSA PRIVATE KEY-----

-----BEGIN CERTIFICATE-----
bla bla bla bla bla bla bla bla
-----END CERTIFICATE-----

Then open the file (/usr/local/psa/admin/conf/rootchain.pem):
And paste here the CA root certificate you received with the certificate keys. Some root certificates requiere more that one certificate, in that case you will receive all (or directed to a download page). So paste ALL other certificates you received in this file separated by a blank space (Do not paste the, CSR request, the Key Certificate and the Site Certificate).

Stop & start the PSA process:
/etc/init.d/psa stop
/etc/init.d/psa start

Close all browser windows you have open, and access your Plesk Panel:
https://yourdomain:8443/

And voala!

If it does not work with your Plesk version, the solution was just researching the Apache Plesk configuration file (/usr/local/psa/admin/conf/httpsd.conf), where the psa tells the apache what certificate files to use. And find where apache reads the certificate, with the lines SSLCACertificateFile & SSLCertificateFile and edit those files.
 
Back
Top