Skip to content

Commit a93ea76

Browse files
authored
Merge pull request #225 from janbrasna/upd/apache-ocsp-minver
Update Apache stapling version
2 parents 4704a06 + e64a0a9 commit a93ea76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/partials/apache.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ SSLSessionTickets off
5959
{{/if}}
6060
{{/if}}
6161
{{#if form.ocsp}}
62-
{{#if (minver "2.4.14" form.serverVersion)}}
62+
{{#if (minver "2.4.13" form.serverVersion)}}
6363

6464
SSLUseStapling On
6565
SSLStaplingCache "shmcb:logs/ssl_stapling(32768)"
6666
{{/if}}
67-
{{/if}}
67+
{{/if}}

0 commit comments

Comments
 (0)