AutoSSL Overview
AutoSSL uses ACME to issue, install, and renew SSL certificates automatically.
After setup, visitors can open your website with https://your-domain.com.
Flow
- Add domains in the 12SSL Client Area.
- Wait until AutoSSL becomes Active.
- Copy the ACME / EAB details.
- Deploy the certificate for your server environment.
- Check that HTTPS works.
Choose Your Environment
- Client Area Setup
- Domain Types
- Nginx Server
- Apache Server
- cPanel Hosting
- Plesk Hosting
- Windows IIS
- LiteSpeed
- Node.js
- Kubernetes
- Common ACME Issues
- Renewal & Check
Requirements
- You have purchased an AutoSSL product.
- The domain points to your server.
- You can access the server, cPanel, Plesk, or hosting panel.
- Port 80 is reachable from the internet.
- You have copied the Server URL, EAB MAC ID, and EAB MAC key.
Tool Choice
- Nginx / Apache: use Certbot for automatic installation.
- cPanel / Plesk / LiteSpeed / Node.js: use
acme.sh. - Windows IIS: use Win-ACME.
- Kubernetes: use cert-manager with EAB.
Domain Rules
- Single domain: protect the root domain and
wwwby default, such asexample.comandwww.example.com. - Multi-domain: the
wwwversion of a base domain is usually included in the product scope; in ACME commands, list the hostnames you want written into the certificate SAN. - Wildcard: protect the root domain and wildcard by default, such as
example.comand*.example.com.
WARNING
Wildcard certificates require DNS validation. HTTP webroot validation cannot issue wildcard certificates.
