Skip to content

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.

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 = false

You may already have other global settings in that file, in which case you can add the line to the existing [global] section.