Pattie, You will need to unsubscribe, then:
To unsubscribe, send a message to *users-unsubscr...@httpd.apache.org <users-unsubscr...@httpd.apache.org>* (or, if you are subscribed to the digest version of the list, send to *users-digest-unsubscr...@httpd.apache.org <users-digest-unsubscr...@httpd.apache.org>* ). You must send the unsubscribe message from the same email address that you used to subscribe to the list. On Fri, Aug 18, 2023 at 4:51 PM Alec Burgess <bura...@gmail.com> wrote: > Alec passed away May 24th. please delete all future emails > > Sincerely Pattie Burgess > Regards ... Alec > -- > > > On Fri, Aug 18, 2023 at 6:08 AM Daniel Ferradal <dferra...@apache.org> > wrote: > >> >> El vie, 18 ago 2023 a las 3:24, Kaushal Shriyan (< >> kaushalshri...@gmail.com>) 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 -v >>> Server version: Apache/2.4.57 (IUS) >>> Server built: Apr 7 2023 14:49:47 >>> # cat /etc/redhat-release >>> CentOS Linux release 7.9.2009 (Core) >>> # >>> >>> Please guide me. Thanks in Advance. >>> >>> Best Regards, >>> >>> Kaushal >>> >> >> Hello, >> >> It is quite simple. >> >> You just need basically two directives: >> >> SSLVerifyClient require >> and >> SSLCACertificateFile /path/to/list-of-cas.crt >> >> In 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 >> >