From 5e5af50e64a33ecd9c91aaa773d4f8428945ac74 Mon Sep 17 00:00:00 2001 From: Rainer Borene Date: Sun, 28 Nov 2021 19:22:26 -0300 Subject: caddyfile: make renew_interval option configurable (#4451) --- caddytest/integration/caddyfile_adapt/global_options_acme.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'caddytest') diff --git a/caddytest/integration/caddyfile_adapt/global_options_acme.txt b/caddytest/integration/caddyfile_adapt/global_options_acme.txt index 36f317a..58ade30 100644 --- a/caddytest/integration/caddyfile_adapt/global_options_acme.txt +++ b/caddytest/integration/caddyfile_adapt/global_options_acme.txt @@ -21,6 +21,7 @@ burst 20 } storage_clean_interval 7d + renew_interval 1d key_type ed25519 } @@ -82,6 +83,7 @@ }, "ask": "https://example.com" }, + "renew_interval": 86400000000000, "storage_clean_interval": 604800000000000 } } -- cgit v1.2.3