To Install a Wildcard SSL on the Carboniya Server: Print

  • 0

Steps to Install a Wildcard SSL on the Carboniya Server:

  • Log in to the server via SSH.

  • Navigate to the SSL configuration directory: 

cd /opt/zextras/conf/
  • Backup the existing SSL certificate and key files:
cp nginx.crt nginx.crt.bak cp nginx.key nginx.key.bak
  • Replace or append the contents of integrated.crt to nginx.crt, depending on your setup requirements
  • Update the nginx.key file with the appropriate private key that matches the new certificate.
  • Restart the Carbonio service to apply the changes:
systemctl restart carbonio

Was this answer helpful?

« Back