Skip to content

Commit 7d05fa8

Browse files
committed
Enabled Certificate Revocation Lists checking
- CRLs were not checked so far, this change adds directives to check them. - The service *fetch-crl-cron* must be installed and started for this to work.
1 parent e95215d commit 7d05fa8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

templates/sites-enabled/perun-api-cert.conf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
SSLVerifyDepth 5
6565
SSLVerifyClient optional
6666
SSLOptions +LegacyDNStringFormat
67+
SSLCARevocationCheck chain
68+
SSLCARevocationPath /etc/grid-security/certificates/
6769

6870
LogLevel warn ssl:warn rewrite:warn
6971

templates/sites-enabled/perun-cert.conf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
SSLVerifyDepth 5
8080
SSLVerifyClient optional
8181
SSLOptions +LegacyDNStringFormat
82+
SSLCARevocationCheck chain
83+
SSLCARevocationPath /etc/grid-security/certificates/
8284

8385
LogLevel warn ssl:warn rewrite:warn
8486

templates/sites-enabled/perun.conf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ ShibCompatValidUser on
7676
SSLVerifyDepth 5
7777
SSLVerifyClient optional
7878
SSLOptions +LegacyDNStringFormat
79+
SSLCARevocationCheck chain
80+
SSLCARevocationPath /etc/grid-security/certificates/
7981
{% endif %}
8082

8183
# Increasing limits on HTTP headers. Connector packetSize in Tomcat must be set to bigger value than ProxyIOBufferSize here.

0 commit comments

Comments
 (0)