1) Install Let’s Encrypt
/scripts/install_lets_encrypt_autossl_provider
2) Login to WHM and visit:
SSL/TLS »Manage AutoSSL
3) Choose Let’s Encrypt
and Save
4) Add CAA
record to your domain
type: CAA
hostname: *.domain.com
authority: letsencrypt.org
tag: issuewild
flag: 0
ttl: 3600
type: CAA
hostname: *.domain.com
authority: letsencrypt.org
tag: issue
flag: 0
ttl: 3600
type: CAA
hostname: domain.com
authority: letsencrypt.org
tag: issue
flag: 0
ttl: 3600
if you want to use cPanel (powered by Sectigo)
then change autority to following:
sectigo.com
5) Open terminal and run following command:
/usr/local/cpanel/bin/autossl_check --user=<cpanel-username>
To renew all CPanel SSL include WHM, run following command:
/usr/local/cpanel/bin/checkallsslcerts --force
Top comments (1)
Thanks for Sharing... Appreciated Your Efforts.