summaryrefslogtreecommitdiff
path: root/caddytest
diff options
context:
space:
mode:
authorRainer Borene <rainerborene@users.noreply.github.com>2021-11-28 19:22:26 -0300
committerGitHub <noreply@github.com>2021-11-28 17:22:26 -0500
commit5e5af50e64a33ecd9c91aaa773d4f8428945ac74 (patch)
treeda302257117b2a2ef8b4e0b213b0ada97425dec7 /caddytest
parent9ee68c1bd57d72e8a969f1da492bd51bfa5ed9a0 (diff)
caddyfile: make renew_interval option configurable (#4451)
Diffstat (limited to 'caddytest')
-rw-r--r--caddytest/integration/caddyfile_adapt/global_options_acme.txt2
1 files changed, 2 insertions, 0 deletions
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
}
}