summaryrefslogtreecommitdiff
path: root/caddytest/integration/caddyfile_adapt/tls_dns_ttl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'caddytest/integration/caddyfile_adapt/tls_dns_ttl.txt')
-rw-r--r--caddytest/integration/caddyfile_adapt/tls_dns_ttl.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/caddytest/integration/caddyfile_adapt/tls_dns_ttl.txt b/caddytest/integration/caddyfile_adapt/tls_dns_ttl.txt
index b1b2941..02e4676 100644
--- a/caddytest/integration/caddyfile_adapt/tls_dns_ttl.txt
+++ b/caddytest/integration/caddyfile_adapt/tls_dns_ttl.txt
@@ -2,9 +2,7 @@ localhost
respond "hello from localhost"
tls {
- issuer acme {
- dns_ttl 5m10s
- }
+ dns_ttl 5m10s
}
----------
{
@@ -60,6 +58,14 @@ tls {
}
},
"module": "acme"
+ },
+ {
+ "challenges": {
+ "dns": {
+ "ttl": 310000000000
+ }
+ },
+ "module": "zerossl"
}
]
}