1
vote
3answers
125 views
How to encode an RSA key using PKCS12 in Python?
I'm using Python (under Google App Engine), and I have some RSA private keys that I need to export in PKCS#12 format. Is there anything out there that will assist me with this? I'm using …
0
votes
0answers
139 views
How can I convert a PEM format to Pkcs12 format in C#?
My PEM file looks like this? Is this a valid PEM format. How can I convert this into a Pkcs12 certificate in C#?
-----BEGIN CERTIFICATE-----
**DATA**
-----END CERTIFICATE-----
-----BEGIN RSA PRIVATE …
0
votes
1answer
286 views
aps_developer_identity.cer to p12 without having to export from Key Chain ??
I have a shed load of 'aps_developer_identity.cer' certificates exported from iPhone Developer portal. They were all created using the same Certificate Signing Request and (thus) the same private key. …
-1
votes
2answers
92 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.
1
vote
1answer
154 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
1answer
592 views
How to set up Java to use user specific certificates for Eclipse?
I can't believe I'm the only person to run up against this problem. I've been googling for hours and have not had any luck. The Java security documentation doesn't seem to address PKCS12 certificates …
1
vote
4answers
488 views
Decode a PKCS#12 file
I am looking for ways to decode a PKCS#12 file in .NET, I need to extract the private key and any certificates so that i can programatically access the following.
modulus
publicExponent
…
