# ol.clave.issuers

Convenience ACME directory URLs for well-known certificate authorities.

Check each provider’s documentation before use. Some providers require
External Account Binding (EAB), account setup, or payment.

Compatibility note: these URLs point to external services and may change or
disappear without a major version bump.

## lets-encrypt-staging-ca

Let’s Encrypt staging ACME directory URL.

See https://letsencrypt.org/docs/staging-environment/.

[source,window=_blank](https://github.com/outskirtslabs/clave/blob/main/src/ol/clave/issuers.clj#L10-L14)

---

## lets-encrypt-production-ca

Let’s Encrypt production ACME directory URL.

See https://letsencrypt.org/getting-started/.

[source,window=_blank](https://github.com/outskirtslabs/clave/blob/main/src/ol/clave/issuers.clj#L16-L20)

---

## zerossl-production-ca

ZeroSSL production ACME directory URL.

See https://zerossl.com/documentation/acme/.

[source,window=_blank](https://github.com/outskirtslabs/clave/blob/main/src/ol/clave/issuers.clj#L22-L26)

---

## google-trust-staging-ca

Google Trust Services staging ACME directory URL.

See https://cloud.google.com/certificate-manager/docs/public-ca-tutorial.

[source,window=_blank](https://github.com/outskirtslabs/clave/blob/main/src/ol/clave/issuers.clj#L28-L32)

---

## google-trust-production-ca

Google Trust Services production ACME directory URL.

See https://cloud.google.com/certificate-manager/docs/public-ca-tutorial.

[source,window=_blank](https://github.com/outskirtslabs/clave/blob/main/src/ol/clave/issuers.clj#L34-L38)
