If you want to use SSL from a third-party provider (Comodo, RapidSSL, Sectigo, etc.):
Step 1 — Generate CSR
- Sites → Website
- Select the domain
- Tab: SSL
- Select Create CSR
- Fill in:
- Country
- State
- Locality
- Organization
- Organizational Unit (optional)
- Common Name (domain)
- Generate
Controller will create:
- CSR (for purchasing SSL)
- Private Key
Step 2 — Purchase certificate
Give the CSR to the provider.
You will receive files such as:
- certificate.crt
- ca-bundle.crt
- intermediate.crt
Step 3 — Install custom SSL
- Sites → Website → Domain
- Tab: SSL
- Enter:
- Certificate
- CA bundle
- Private key (from the CSR)
- Save
- Restart web service (done automatically by the system)