diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:23 +0000 |
commit | f5ae6f0ede0940f7c5a9acfff34abd7383fae07e (patch) | |
tree | 932e717cf31087ee144a5f6742cfb5d1bfffcdce | |
parent | Setting SSLUseStapling to on. (diff) | |
download | apache2-f5ae6f0ede0940f7c5a9acfff34abd7383fae07e.tar.xz apache2-f5ae6f0ede0940f7c5a9acfff34abd7383fae07e.zip |
Setting SSLStaplingCache to shmcb:/var/run/ocsp(32768).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/config-dir/conf-available/ocsp-stapling.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/config-dir/conf-available/ocsp-stapling.conf b/debian/config-dir/conf-available/ocsp-stapling.conf index 04ec564..61c043d 100644 --- a/debian/config-dir/conf-available/ocsp-stapling.conf +++ b/debian/config-dir/conf-available/ocsp-stapling.conf @@ -2,4 +2,6 @@ <IfModule mod_ssl.c> SSLUseStapling on + + SSLStaplingCache shmcb:/var/run/ocsp(32768) </IfModule> |