diff --git a/templates/sites-enabled/perun-api-cert.conf.j2 b/templates/sites-enabled/perun-api-cert.conf.j2 index 3ab6c0f..c2122a7 100644 --- a/templates/sites-enabled/perun-api-cert.conf.j2 +++ b/templates/sites-enabled/perun-api-cert.conf.j2 @@ -64,6 +64,8 @@ SSLVerifyDepth 5 SSLVerifyClient optional SSLOptions +LegacyDNStringFormat + SSLCARevocationCheck chain + SSLCARevocationPath /etc/grid-security/certificates/ LogLevel warn ssl:warn rewrite:warn diff --git a/templates/sites-enabled/perun-cert.conf.j2 b/templates/sites-enabled/perun-cert.conf.j2 index 76a4941..2451c78 100644 --- a/templates/sites-enabled/perun-cert.conf.j2 +++ b/templates/sites-enabled/perun-cert.conf.j2 @@ -79,6 +79,8 @@ SSLVerifyDepth 5 SSLVerifyClient optional SSLOptions +LegacyDNStringFormat + SSLCARevocationCheck chain + SSLCARevocationPath /etc/grid-security/certificates/ LogLevel warn ssl:warn rewrite:warn diff --git a/templates/sites-enabled/perun.conf.j2 b/templates/sites-enabled/perun.conf.j2 index 7a362ad..3ba374b 100644 --- a/templates/sites-enabled/perun.conf.j2 +++ b/templates/sites-enabled/perun.conf.j2 @@ -76,6 +76,8 @@ ShibCompatValidUser on SSLVerifyDepth 5 SSLVerifyClient optional SSLOptions +LegacyDNStringFormat + SSLCARevocationCheck chain + SSLCARevocationPath /etc/grid-security/certificates/ {% endif %} # Increasing limits on HTTP headers. Connector packetSize in Tomcat must be set to bigger value than ProxyIOBufferSize here.