Enable OCSP stapling on the proxies
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ea5ab7b453
commit
74502e1c52
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue