AutoSSL Automatically Issue Certificates on New Domains
Starting in cPanel v134, AutoSSL no longer automatically issues certificates for new domains by default. cPanel now relies on end users using the SSL/TLS wizard interface to have new domains issued Let’s Encrypt certificates.
Solution
Section titled “Solution”You can have cPanel automatically issue certificates using Let’s Encrypt without using the SSL/TLS wizard by adding the following to /var/cpanel/panel.ini:
[global]autossl.exclude_new_domains = falseYou may already have other global settings in that file, in which case you can add the line to the existing [global] section.