Tagged Questions

3
votes
2answers
1k views

Error using httlib's HTTPSConnection with PKCS#12 certificate

I'm trying to use httplib's HTTPSConnection for client validation, using a PKCS #12 certificate. I know the certificate is good, as I can connect to the server using it in MSIE and Firefox. Here's ...
1
vote
2answers
118 views

PKCS#12 : DerInputStream.getLength() exception

I generate a certificate using the keytool command: keytool -genkeypair -alias myRSAKey -keyalg RSA -keysize 1024 -keystore test.p12 -storepass test -storetype pkcs12 Then if I try to load it using ...
1
vote
4answers
352 views

Is there any java API to convert certificate from 'DER' format to pkcs#12 format

I need to convert certificate from DER format to pkcs#12 format. I know I can do this using openssl command. I am looking for java API / Class which can do this job. Any help will be appreciated.
1
vote
1answer
812 views

What are the merits of JKS vs PKCS12 for code signing?

When buying a code-signing certificate, what are the merits of starting with a PKCS12 versus JKS certificate? Some vendors give instructions on starting with a JKS or PKCS12 certificate signing ...
1
vote
1answer
426 views

Internet Explorer and client authetication

I would like to have Intenet Explorer allow me to choose an identity when connecting to a client-authentication enabled web server. Currently I have my Tomcat web server configured to use client ...
0
votes
0answers
588 views

Generating (PKCS12) certificate friendly name with Bouncy Castle in Java

I am using the bouncycastle library to create certificates and export them as PKCS12 certificate files on a Java webapp. The code on my app to generate the certificate file is the same as in this ...
0
votes
1answer
885 views

Creating PKCS#12 keystore with multiple certificates using OpenSSL 1.0.0a

I am trying to create a PKCS#12 keystore with more than one certificate. this option does seem to be documented well - everyone talks about creating a .p12 file from a single certicate in a .pem file, ...
0
votes
1answer
1k views

Import public key from trusted root CA to PKCS12 key store

How do I import a public key from trusted root CA to PKCS12 key store? Is this possible at all or am I getting the idea of this whole thing wrong?
-1
votes
2answers
253 views

Free or Open Personal Digital Cerificate of Signing Documents?

I need to sign a pdf file with my own e-signature using a certificate where can i get one pfx file.