mirror of
https://github.com/caddyserver/website.git
synced 2025-04-20 04:15:04 -04:00
docs: Add fields for zerossl issuer module
This commit is contained in:
parent
c797f47e67
commit
5c827fd448
1 changed files with 9 additions and 1 deletions
|
@ -373,10 +373,18 @@ Obtains certificates using the [ZeroSSL API](https://zerossl.com/documentation/a
|
|||
|
||||
```caddy-d
|
||||
... zerossl <api_key> {
|
||||
...
|
||||
validity_days <days>
|
||||
alt_http_port <port>
|
||||
dns <provider_name> [<options>]
|
||||
propagation_delay <duration>
|
||||
propagation_timeout <duration>
|
||||
resolvers <dns_servers...>
|
||||
dns_ttl <duration>
|
||||
}
|
||||
```
|
||||
|
||||
Fields for the `zerossl` issuer module share the syntax of those in common with the [`acme` issuer module](#acme).
|
||||
|
||||
#### internal
|
||||
|
||||
Obtains certificates from an internal certificate authority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue