• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

SSL Cerificate

N

Novusol

Guest
I have setup sitebuilder to use ssl, but I need to know how I can change the ssl certificate from the default ssl certificate to the ssl certificate for my sitebuilder domain. I have noted that there is not a way to do this from within the sitebuilder admin panel, as there is in plesk!

Is there a way of setting sitebuilder to use a specified port on my main domain and therefore use that domains certificate instead of having to purchase a certificate for the sitebuilder sub domain?
 
As soon as you performed https support for Parallels Plesk Sitebuilder, it recreated Apache configuration file and configured hosting for :443 port with following certificates:

SSLCertificateFile /usr/local/sitebuilder/etc/server.crt
SSLCertificateKeyFile /usr/local/sitebuilder/etc/server.pem

You can check Sitebuilder apache configuration file for this, by default, located here /etc/httpd/conf.d/zz011_sitebuilder.conf

File /usr/local/sitebuilder/etc/server.pem contains PSA Private Key,
file /usr/local/sitebuilder/etc/server.crt contains certificate part.

You can actually, replace these files with your ones or just update Sitebuilder apache conf file properly and point there necessary files with key and certificate.

Unfortunately, there is no web based option for this operation, so it will require couple of manual actions from your side.
 
Back
Top