Enable OCSP stapling on the proxies

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-07-28 23:01:20 +00:00
parent ea5ab7b453
commit 74502e1c52
2 changed files with 4 additions and 0 deletions

View file

@ -765,3 +765,6 @@ ProxyTimeout 1200
# Try and enable these to improve performance
EnableMMAP on
EnableSendfile on
# Configure a location for OCSP stapling
SSLStaplingCache shmcb:/tmp/stapling_cache(128000)

View file

@ -57,6 +57,7 @@
{% endif %}
SSLEngine on
SSLUseStapling on
{% if certbot %}
SSLCertificateFile /etc/pki/tls/certs/{{ site_name }}.cert
SSLCertificateKeyFile /etc/pki/tls/private/{{ site_name }}.key