0
votes
0answers
291 views

unable to find valid certification path to requested target with self signed cert between tomcat and postgres

I've installed tomcat and postgres on the same machine. I want to establish communication throught ssl between thoses servers. So I've made a self-signed cert, installed it on the data dir of ...
0
votes
1answer
460 views

Signed jar files in tomcat

I have an applet that runs inside an web application. The applet requires certain jar's to be signed for its successful running. So I am signing a few jar files required by the applet and leaving the ...
8
votes
1answer
22k views

How to export private key from a keystore of self-signed certificate

I just created a self-signed certificate on a linux box running tomcat 6. I created the keys like this, valid for 10 years: keytool -genkey -alias tomcatorange -keyalg RSA -validity 3650 and ...
25
votes
3answers
32k views

Tomcat Server/Client Self-Signed SSL Certificate

I have an Apache Tomcat 6.x server running with a self-signed SSL certificate. I want the client to present their own certificate to the server so I can authenticate them based on a database of ...