Turn on NSSOCSP check in mod_nss conf

Turn on NSSOCSP directive during install/replica install/upgrade.
That check whether the certificate which is used for login is
revoked or not using OSCP.

Marks the server cert in httpd NSS DB as trusted peer ('P,,')
to avoid chicken and egg problem when it is needed to contact
the OCSP responder when httpd is starting.

https://pagure.io/freeipa/issue/6370

Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Pavel Vomacka
2017-04-06 16:15:47 +02:00
committed by Tomas Krizek
parent 6522c4a837
commit e0b32dac54
5 changed files with 73 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ if __name__ == '__main__':
"pyasn1",
"requests",
"six",
"python-augeas",
],
entry_points={
'custodia.authorizers': [