docs: Add fields for zerossl issuer module

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

View file

@ -373,10 +373,18 @@ Obtains certificates using the [ZeroSSL API](https://zerossl.com/documentation/a
```caddy-d ```caddy-d
... zerossl <api_key> { ... 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 #### internal
Obtains certificates from an internal certificate authority. Obtains certificates from an internal certificate authority.