mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 16:32:48 +01:00
e251dbc592
* Create Google-Trust-Services.md Add basic details on using the GTS ACME endpoint. * Update README.md add a link to the Google Trust Services doc.
969 B
969 B
Google Trust Services
Google Trust Service is an ACME CA with generous default quota and high ubiquity.
Using Google Trust Services through an ACME client, like in this container, allows for unlimited 90 days and multi-domains (SAN) certificates.
Activation
Google Trust Services support is activated when the ACME_CA_URI
environment variable is set to the Google Trust Services ACME endpoint (https://dv.acme-v02.api.pki.goog/directory
).
Account
Google Trust Services requires the use of an externally bound account. First create a Google Trust Services account:
- provide the pre-generated EAB credentials using the
ACME_EAB_KID
andACME_EAB_HMAC_KEY
environment variables.
These variables can be set on the proxied containers or directly on the acme-companion container.