I have implemented Client Authentication in Tomcat6. I wanted to add CRL file to the server. How to do the same?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i had same problem. i asked same question as well. Refer this link:
Certificate Revocation List in Tomcat6
Anyways in tomcat
Connectortag you havecrlFileparameter which can be generated using openssl. The commands looks some thing like thisAnd the file
myca.crlis to be updated inConnectortag of Tomcat which looks something like this: