diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:12 +0000 |
commit | aa63bf0ab0e900bd2fd1f87d3c51a8c9b6496552 (patch) | |
tree | 1650baa4de8bdada0ecee8eaf3d46ec90fd4108d | |
parent | Setting SSLStaplingCache to shmcb:/var/run/ocsp(32768). (diff) | |
download | apache2-aa63bf0ab0e900bd2fd1f87d3c51a8c9b6496552.tar.xz apache2-aa63bf0ab0e900bd2fd1f87d3c51a8c9b6496552.zip |
Setting SSLStaplingResponderTimeout to 5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/config-dir/conf-available/ocsp-stapling.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/config-dir/conf-available/ocsp-stapling.conf b/debian/config-dir/conf-available/ocsp-stapling.conf index 61c043d..0ec91a8 100644 --- a/debian/config-dir/conf-available/ocsp-stapling.conf +++ b/debian/config-dir/conf-available/ocsp-stapling.conf @@ -4,4 +4,5 @@ SSLUseStapling on SSLStaplingCache shmcb:/var/run/ocsp(32768) + SSLStaplingResponderTimeout 5 </IfModule> |