1
0
docker-letsencrypt-nginx-pr.../docs/Zero-SSL.md
2020-11-29 02:55:12 +01:00

1.1 KiB

Zero SSL

Zero SSL is an ACME CA that offer some advantages over Let's Encrypt:

Using Zero SSL through an ACME client, like in this container, allows for unlimited 90 days and multi-domains (SAN) certificates.

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 and ACME_EAB_HMAC_KEY environement variables.
  • provide your ZeroSSL API key using the ZEROSSL_API_KEY environement variable.

If you don't have a ZeroSSL account, you can let letsencrypt-nginx-proxy-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.