Hi there,
I'm struggling with an issue regarding Autossl/Let's-Encrypt certificates for cPanel Services (WHM/Mail/FTP). Currently, AutoSSL generates certificates for every subdomain + cpanel.* + mail.* for every account, including our website's account.
As we forbid the creation of services subdomains for users, we can't include the services subdomains like ftp.* and whm.* . If it's possible in another way, i'm open to suggestions.
Here is our current workaround: Disabling AutoSSL for our website's account and using another script instead (certbot for instance). Now from there, I would like to automate the new certificates installation to our website's account, then to WHM services (which will simply use our website's certificate which includes whm., ftp., ...). Can it be done entirely by command line?
BTW, I'm able to replace the currently installed certificates in files (~/.ssl/{certs,keys}) but even after /scripts/rebuilduserssldb, the certificates are updated on cPanel UI but not effectively on apache (the old certificates still appears on the browser). I'm certainly missing steps.
Thanks for your help.
I'm struggling with an issue regarding Autossl/Let's-Encrypt certificates for cPanel Services (WHM/Mail/FTP). Currently, AutoSSL generates certificates for every subdomain + cpanel.* + mail.* for every account, including our website's account.
As we forbid the creation of services subdomains for users, we can't include the services subdomains like ftp.* and whm.* . If it's possible in another way, i'm open to suggestions.
Here is our current workaround: Disabling AutoSSL for our website's account and using another script instead (certbot for instance). Now from there, I would like to automate the new certificates installation to our website's account, then to WHM services (which will simply use our website's certificate which includes whm., ftp., ...). Can it be done entirely by command line?
BTW, I'm able to replace the currently installed certificates in files (~/.ssl/{certs,keys}) but even after /scripts/rebuilduserssldb, the certificates are updated on cPanel UI but not effectively on apache (the old certificates still appears on the browser). I'm certainly missing steps.
Thanks for your help.