From 5c827fd44801ce21b6916bba3c7210e5d00d47dd Mon Sep 17 00:00:00 2001 From: Kekalainen Date: Fri, 6 Sep 2024 15:30:16 +0300 Subject: [PATCH] docs: Add fields for zerossl issuer module --- src/docs/markdown/caddyfile/directives/tls.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives/tls.md b/src/docs/markdown/caddyfile/directives/tls.md index 776394f..cf3318d 100644 --- a/src/docs/markdown/caddyfile/directives/tls.md +++ b/src/docs/markdown/caddyfile/directives/tls.md @@ -373,10 +373,18 @@ Obtains certificates using the [ZeroSSL API](https://zerossl.com/documentation/a ```caddy-d ... zerossl { - ... + validity_days + alt_http_port + dns [] + propagation_delay + propagation_timeout + resolvers + dns_ttl } ``` +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.