[users@httpd] RE: [EXTERNAL] [users@httpd] SSLCARevocationPath CRLs not reloaded after update

2022-03-31 Thread Orendt, John
Hi After updating the CRL files. If there is a change in the CRL files then restart gracefully the httpd. You need to check and compare periodically. John Orendt john.p.ore...@medtronic.com From: Hendrik Harms Sent: Thursday, March 31, 2022 12:53 PM To: users@httpd.apache.org Subject:

[users@httpd] SSLCARevocationPath CRLs not reloaded after update

2022-03-31 Thread Hendrik Harms
Hi httpd users, I only want to allow clients to log in with a valid certificate that has not been revoked. For this I wrote a small bash script to download the CRL of each CA I've configured in the ca-bundle.crt, convert it into PEM format and create the required hash symlinks. httpd-2.4.52