Selaa lähdekoodia

feat(ssl.conf): add SSLSessionTickets to ssl.conf on debian

tags/v1.1.0
Benjamin Neff 4 vuotta sitten
vanhempi
commit
41a7a83af0
No account linked to committer's email address
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. +7
    -0
      apache/files/Debian/ssl.conf.jinja

+ 7
- 0
apache/files/Debian/ssl.conf.jinja Näytä tiedosto

@@ -96,6 +96,13 @@
SSLStaplingReturnResponderErrors {{ salt['pillar.get']('apache:ssl:SSLStaplingReturnResponderErrors', 'Off') }}
SSLStaplingCache {{ salt['pillar.get']('apache:ssl:SSLStaplingCache', 'shmcb:/var/run/ocsp(128000)') }}
{%- endif %}

{% set ssl_session_ticket = salt['pillar.get']('apache:ssl:SSLSessionTickets') -%}
{% if ssl_session_ticket -%}
# Enable or disable use of TLS session tickets
# Default: On
SSLSessionTickets {{ ssl_session_ticket }}
{%- endif %}
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

Loading…
Peruuta
Tallenna