summaryrefslogtreecommitdiffstats
path: root/debian/config-dir/conf-available/ocsp-stapling.conf
blob: 0ec91a87903cee8475800bd62cb095183dda5697 (plain)
1
2
3
4
5
6
7
8
# /etc/apache2/conf-available/ocsp-stapling.conf

<IfModule mod_ssl.c>
	SSLUseStapling on

	SSLStaplingCache shmcb:/var/run/ocsp(32768)
	SSLStaplingResponderTimeout 5
</IfModule>