Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8369215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:35:24+00:00 2026-06-09T13:35:24+00:00

I have implemented Client Authentication in Tomcat6. I wanted to add CRL file to

  • 0

I have implemented Client Authentication in Tomcat6. I wanted to add CRL file to the server. How to do the same?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T13:35:26+00:00Added an answer on June 9, 2026 at 1:35 pm

    i had same problem. i asked same question as well. Refer this link:

    Certificate Revocation List in Tomcat6

    Anyways in tomcat Connector tag you have crlFile parameter which can be generated using openssl. The commands looks some thing like this

    openssl ca -config openssl.my.cnf -revoke certs/server.crt
    openssl ca -config openssl.my.cnf -gencrl -out crl/myca.crl
    

    And the file myca.crl is to be updated in Connector tag of Tomcat which looks something like this:

    <Connector protocol="org.apache.coyote.http11.Http11Protocol"
               port="8443"
               SSLEnabled="true"
               maxThreads="150"
               scheme="https"
               secure="true"
               clientAuth="true"
               sslProtocol="TLS"
               keystoreFile="one.mamoi.semdev.com.pkcs12"
               keystoreType="PKCS12"
               keystorePass="changeit"
               truststoreFile="server.truststore"
               truststorePass="changeit"
               truststoreType="JKS"
               crlFile="/home/ubuntu/myCA/crl/myca.crl"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have implemented a web service with server and client authentication using keytool. The
I have implemented Client Authentication to my Tomcat Server. I have distributed client X509
I have implemented a webservice having client-auth authentication for a tomcat server. Whenever an
I have implemented a test Client / Server that implements UserName message authentication over
I have developed a Flash application for a client (wedding RSVP) and implemented it
I have a buffered grid on which I've implemented a local sort function (client
I have created a server/client application. Both of them are written in C#. It
Having just implemented this, I have a pretty basic question about how authentication and
I have implemented this example into my application: https-clientserver-grizzly Here is Server.java from that
I have a simple WCF Client -> Server structure, where the client references the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.