docs: Restore previous issuer sections, disambiguate

This commit is contained in:
Kekalainen 2024-09-06 15:21:15 +03:00 committed by GitHub
parent c2172dcc78
commit c797f47e67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -359,15 +359,17 @@ Obtains certificates using the ACME protocol. Note that `acme` is a default issu
- **any_common_name** <span id="any_common_name"/> is a list of one or more common names; Caddy will choose the first chain that has an issuer that matches with at least one of the specified common names. - **any_common_name** <span id="any_common_name"/> is a list of one or more common names; Caddy will choose the first chain that has an issuer that matches with at least one of the specified common names.
##### ZeroSSL <aside class="tip">
Caddy will implicitly use [ZeroSSL's ACME endpoint](https://zerossl.com/documentation/acme/) (and generate EAB credentials) if you specify the the [`email` global option](/docs/caddyfile/options#email). The `acme` issuer module will implicitly use [ZeroSSL's ACME endpoint](https://zerossl.com/documentation/acme/) (and generate EAB credentials) if you specify the the [`email` global option](/docs/caddyfile/options#email).
To provide your own EAB credentials for ZeroSSL, specify the `dir` and `eab` options. To provide your own EAB credentials for ZeroSSL, specify the `dir` and `eab` options.
</aside>
#### zerossl #### zerossl
Obtains certificates using the ZeroSSL API. Obtains certificates using the [ZeroSSL API](https://zerossl.com/documentation/api/).
```caddy-d ```caddy-d
... zerossl <api_key> { ... zerossl <api_key> {