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.bakReplace or append the contents ofintegrated.crttonginx.crt, depending on your setup requirements- Update the
nginx.keyfile with the appropriate private key that matches the new certificate. - Restart the Carbonio service to apply the changes:
systemctl restart carbonio