mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 12:15:08 -04:00
docs: Restore previous issuer sections, disambiguate
This commit is contained in:
parent
c2172dcc78
commit
c797f47e67
1 changed files with 5 additions and 3 deletions
|
@ -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> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue