Self Signed CA Certificate with Keytool and Client Certificate with BouncyCastle
Amit Sutar
Greenhorn
Joined: Oct 16, 2007
Posts: 1
posted
0
Hi All,
I just wanted to check that if i create a Server Certificate using Keytool command and then use this certificate to sign a CSR to create a client certificate (created using bouncycastle APIs).
Imported the CA Certificate in Client Truststore and imported the Client Certificate in Server TrustStore. and then configure tomcat to communicate using 2-way ssl certificate exchange.
Will it work? or will there be any communication/authentication issue when client-server try to communicate?
Please suggest.
Thanks in advance
Amit
Bharat Kasodariya
Greenhorn
Joined: Aug 19, 2011
Posts: 18
posted
0
If certificates are from from same CA then it should work.
subject: Self Signed CA Certificate with Keytool and Client Certificate with BouncyCastle