summaryrefslogtreecommitdiff
path: root/caddytest
diff options
context:
space:
mode:
authorBen Burkert <ben@benburkert.com>2022-08-24 19:22:56 +0200
committerGitHub <noreply@github.com>2022-08-24 11:22:56 -0600
commitb540f195b1bdf5ea8b869e43431a3f1d64810753 (patch)
tree310247f30cd99e1fb06bb1952d95a9becdabe713 /caddytest
parent3aabbc49a2eccc66a20d3223e9fb2925cbbdd0d4 (diff)
httpcaddyfile: Add ocsp_interval global option (#4980)
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 58ade30..1949d17 100644
--- a/caddytest/integration/caddyfile_adapt/global_options_acme.txt
+++ b/caddytest/integration/caddyfile_adapt/global_options_acme.txt
@@ -22,6 +22,7 @@
}
storage_clean_interval 7d
renew_interval 1d
+ ocsp_interval 2d
key_type ed25519
}
@@ -83,6 +84,7 @@
},
"ask": "https://example.com"
},
+ "ocsp_interval": 172800000000000,
"renew_interval": 86400000000000,
"storage_clean_interval": 604800000000000
}