Incomplete certificate chain in Java keystore.

2006-11-16 Thread Sanjay Vivek
Java keystores is not fond of self signed certs. I would really appreciate if someone could help me sort this out. Thanks again. Regards ------ Sanjay Vivek Arts and Humanities Data Service King's College London 26-29 Drury Lane London, WC2B 5RL Phone: 0

Importing a pre-existing RSA key/certificate into a Java keystore.

2006-03-22 Thread Sanjay Vivek
Hi everyone, I'm attempting to store my pre-existing RSA key/certificate into a Java keystore using the extkeytool. I got my server certificate signed by the Bossie CA, which is a CA that issues certificates for nothing more then testing purposes. When I run the command ""extkeytool -importkey -ali

RE: Converting PEM formatted key to PKCS8 format.

2006-03-22 Thread Sanjay Vivek
I figured out what the error was and it was a syntax error! The forward slash (\) in the middle shouldn't be there. Cheers. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 22 March 2006 12:31 > To: openssl-users@openssl.org > Subject: Con

Converting PEM formatted key to PKCS8 format.

2006-03-22 Thread Sanjay Vivek
Hi everyone, I'm trying to convert a PEM formatted key to a PKCS8 format with the command shown below but I can't seem to get the intended PKCS8 format file.. I've also added the output I get once I use the command shown below. Any sort of help or insight would be greatly appreciated. Cheers C:\

RE: CN (Common Name) not being created in certificate.

2006-03-16 Thread Sanjay Vivek
On Wed, Mar 15, 2006, Sanjay Vivek wrote: > Hi all, > > I've been attempting to create a certificate but for some strange reason, > the CN (Common Name) attribute isn't being created. When I use the "openssl > x509 -text -in reto.crt", I find that the CN attribut

CN (Common Name) not being created in certificate.

2006-03-15 Thread Sanjay Vivek
Hi all, I've been attempting to create a certificate but for some strange reason, the CN (Common Name) attribute isn't being created. When I use the "openssl x509 -text -in reto.crt", I find that the CN attribute isn't there as shown below. I've been tweaking with the openssl.conf file but to no a