I have implemented Client Authentication to my Tomcat Server. I have distributed client X509 certificates and JKS which were generated using my own CA crt and openSSL. Now i want to use CRL to block some of my clients. How to add a CRL to tomcat?…I dont find any help from Google on this.
I have implemented Client Authentication to my Tomcat Server. I have distributed client X509
Share
Am answering my own question. In Tomcat
Connectortag you havecrlFileparameter which can be generated usingopenssl. The commands looks some thing like this:And the file
myca.crlis to be updated inConnectortag of Tomcat which looks something like this: