7 lines
185 B
Text
7 lines
185 B
Text
{% if certificate and certificate_id > 0 -%}
|
|
{% if ocsp_stapling == 1 or ocsp_stapling == true %}
|
|
# OCSP Stapling
|
|
ssl_stapling on;
|
|
ssl_stapling_verify on;
|
|
{% endif %}
|
|
{% endif %}
|