-
Notifications
You must be signed in to change notification settings - Fork 825
Zero SSL
Zero SSL is an ACME CA that offer some advantages over Let's Encrypt:
- no staging endpoint and no rate limiting on the production endpoint.
- web based management console to keep track of your SSL certificates.
Using Zero SSL through an ACME client, like in this container, allows for unlimited 90 days and multi-domains (SAN) certificates.
The Zero SSL support is activated when the ACME_CA_URI
environment variable is set to the Zero SSL ACME endpoint (https://acme.zerossl.com/v2/DV90
).
Unlike Let's Encrypt, Zero SSL requires the use of an email bound account. If you already created a Zero SSL account, you can either:
- provide pre-generated EAB credentials using the
ACME_EAB_KID
andACME_EAB_HMAC_KEY
environment variables. - provide your ZeroSSL API key using the
ZEROSSL_API_KEY
environment variable.
These variables can be set on the proxied containers or directly on the acme-companion container.
If you don't have a ZeroSSL account, you can let acme-companion create a Zero SSL account with the adress provided in the ACME_EMAIL
or DEFAULT_EMAIL
environment variable. Note that the adresse that will be used must be a valid email adress that you actually own.