{% 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 %}