Does autossl issue new certificates

AutoSSL, which is a feature of cPanel, does not issue new certificates from scratch. Instead, it uses existing certificate authorities (CAs) to obtain and install SSL/TLS certificates for your domains.

Here's how it works:

  1. AutoSSL checks your domain's SSL/TLS status and identifies which domains need a certificate.
  2. It then requests a certificate from a trusted CA, such as Let's Encrypt, Comodo, or GlobalSign, using the domain's DNS records and other information.
  3. The CA issues a certificate, which is then installed on your server by AutoSSL.
  4. The certificate is valid for a specific period, usually 90 days for Let's Encrypt certificates.

AutoSSL does not issue new certificates from scratch because it relies on existing CAs to provide the certificates. This approach has several benefits, including:

However, it's worth noting that AutoSSL may not be suitable for all use cases, particularly those that require custom certificate issuance or more advanced certificate management features. In such cases, you may need to use a different SSL/TLS certificate management solution.