To unsubscribe, send a message to users-unsubscribe@xxxxxxxxxxxxxxxx (or, if you are subscribed to the digest version of the list, send to users-digest-unsubscribe@xxxxxxxxxxxxxxxx ). You must send the unsubscribe message from the same email address that you used to subscribe to the list.
Alec passed away May 24th. please delete all future emailsSincerely Pattie BurgessRegards ... Alec
--On Fri, Aug 18, 2023 at 6:08 AM Daniel Ferradal <dferradal@xxxxxxxxxx> wrote:El vie, 18 ago 2023 a las 3:24, Kaushal Shriyan (<kaushalshriyan@xxxxxxxxx>) escribió:Hi,I am running Apache httpd version: Apache/2.4.57 on CentOS Linux release 7.9.2009 (Core). Is there a way to enable two way SSL on Apache web server?# httpd -vCentOS Linux release 7.9.2009 (Core)
Server version: Apache/2.4.57 (IUS)
Server built: Apr 7 2023 14:49:47
# cat /etc/redhat-release
#Please guide me. Thanks in Advance.
Best Regards,
KaushalHello,It is quite simple.You just need basically two directives:SSLVerifyClient requireandSSLCACertificateFile /path/to/list-of-cas.crtIn this second directives you just need to add the root CA/s of the CA that signs your client certificates.--Daniel Ferradal
HTTPD Project
#httpd help at Libera.Chat