[jetty-user] A Dynamic Keystore Access
sshark <[email protected]>
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Hi, I want to use client side certificate authentication instead of the typical server side setup. Whenever the browser generates a new key pair the client public cert will be sent to Jetty. On the server side, I will install the cert into default JKS keystore. What happens now is, the new public cert is not recognized until I restart Jetty. How do I make it available on the fly? For instance, once the client cert is generated and setup on both sides, I can access the protected page on the next click. Please advise. Thanks /lim/