What is Domain TLS?
Last modified: March 27, 2023
-
We introduced the Domain TLS feature in cPanel & WHM version 60.
-
On cPanel & WHM version 60.0.X and earlier, this feature stores and manages all of the server’s certificates.
-
On cPanel & WHM version 60.0.X+1 and later, this feature stores and manages only the server’s verified certificates.
-
-
The Domain TLS file structure may change in future versions.
Overview
The Domain TLS system stores and manages the server’s verified certificates in a domain-indexed repository. This system also allows faster and more efficient management of SNI services for a user’s domains. The system performs the following actions:
- Looks up the domain.
- Finds the necessary certificate.
- Retrieves that certificate, key, and CA bundle for that domain name.
cPanel & WHM supports Transport Layer Security (TLS) protocol version 1.2 and Transport Layer Security (TLS) protocol version 1.3:
- Beginning in cPanel and WHM version 86, cPanel & WHM only supports TLSv1.2 or later. The system also enables TLSv1.2 by default.
- In cPanel and WHM version 84 or earlier, cPanel & WHM strongly recommends that you enable TLSv1.2 on your server.
- Not all internet browsers or clients will support TLSv1.3, which requires OpenSSL 1.1.1 or higher.
How Domain TLS works
When you install a certificate for Apache, the system also copies the certificate into the Domain TLS for each domain of the Apache virtual host that the certificate secures. If the certificate secures an Apache virtual host with five domains, Domain TLS contains five copies of the certificate.
Domain TLS handles SNI functionality for the following services:
cpsrvd
— cPanel, WHM, and Webmail logins and interfaces.cpdavd
— Calendar, Contacts, and Web Disk services.exim
— Mail transfer and receiving services.dovecot
— Mailbox service.
Difference with Apache SSL certificate storage
Apache’s SSL certificate storage groups domains into virtual hosts, which the cPanel interface refers to as websites.
Domain TLS uses the domain name as a key and the certificate the domain uses as a value.
Also, most of cPanel & WHM classifies the www.
subdomain as functionally equivalent to its parent domain. For example, the cPanel Store issues certificates for example.com
that automatically include the www.example.com
subdomain. Because TLS classifies every domain as a separate entity, Domain TLS classifies the www.
subdomain and parent domain as separate items. This action causes Domain TLS to store each as a separate entry on the index.
Finally, Domain TLS does not contain any expired or invalid certificates that the Apache SSL certificate storage contains.
Certificate maintenance
During the upgrade to cPanel & WHM version 60, servers automatically copied current and valid certificates from the Apache SSL certificate storage to Domain TLS storage. Domain TLS does not copy expired or invalid certificates from Apache’s SSL storage. As you install, manage, and delete certificates through cPanel & WHM user interfaces or API calls, the system automatically performs the necessary updates to the Domain TLS index and certificate storage.
We do not currently provide a user interface to manage Domain TLS. However, as more services use this feature for SNI, we may investigate the need for and value of such an interface.