Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
476 views

Export certificate in windows store to a p12 file using Java

I will need to export a certificate in windows store to a p12 file. Similar to what you can do from firefox/IE browser but in JAVA. The only way I am able to do it currently is doing a C# with double ...
4
votes
2answers
719 views

Problem with Sun Java KeyManagerFactory and null passwords

We are having a problem with the KeyManagerFactory in the Sun JRE 1.6. We are using code similar to the following to upload and use a certificate in p12 format: KeyStore keyStore = ...
3
votes
2answers
3k views

Converting .jks to p12

How to configure .jks file to p12. jks is java key store file so how can i convert to p12 format.
2
votes
1answer
230 views

Is SecPKCS12Import() available in Monotouch.Security?

I can't seem to find a way to accomplish what SecPKCS12Import() does in the classes of Monotouch.Security. Is it wrapped somewhere? Thanks.
2
votes
2answers
1k views

Trouble connecting to SSL-encrypted web service with PHP

I got two certificate files from the provider, one in a .cer-format and one in a .p7b-format. I then converted the p7b-certificate to a p12-certificate. With this certificate I'm able to connect to ...
1
vote
3answers
39 views

Cannot convert apple developer_identity.cer into .p12 format. No certificate matches private key

i have following problem: i have these files developer_identity.cer Team_Provisioning_Profile_.mobileprovision In order to package adobe flex mobile application for iOS, i need to convert ...
1
vote
1answer
51 views

How can I sign a Flex Mobile App using Android keystore?

I have just converted a native Android app to Flex 4.5 AIR, and I now need to sign it. Does anyone know if it is possible to use the keystore that I used to sign the original Android app? If so, how ...
1
vote
3answers
1k views

How to get private key from PKCS#12 (.p12) file using C#

Im trying to sign some data using PKCS#12 certificate ,however i have problem with obtaining private key from PKCS#12 (.p12) file. public byte[] sign(string text) { string password = ...
1
vote
1answer
1k views

Using HttpClient with SSL and certificates

While I've been familiar with HTTPS and the concept of SSL, I have recently begun some development and found I am a little confused. The requirement was that I write a small Java application that ...
1
vote
2answers
783 views

How to connect to a LDAP server using a p12 certificate

I want to connect to a LDAP server using a .p12 certificate instead of using a username and password. The Java solution for this looks like String ldapURL = "ldaps://"+host+":"+port; ...
1
vote
1answer
985 views

Does anyone know why an Apple Push Notification development certificate would work locally, but not on my hosting server?

My client certificate seems to work locally, but not on my hosting server. So I have a "p12" that I exported my certificate to (for push notification development). I can perform a push from both my ...
0
votes
2answers
42 views

p12 certificate installed issue

I am trying to insalled p12 certificate but gives below error: "Unable to import an item" "The content of this item cannot be retrieved". Password are correct. But the certificate is not displayed ...
0
votes
1answer
53 views

Cannot consume webservice over ssl

I am trying to consume webservice over https protocol. I have password-protected p12 file with certificate. After importing this file I can view service methods over browser and I can add service as a ...
0
votes
0answers
54 views

Restkit with p12.file certificate

I am using Restkit on iOs to get data from a webservice that is protected with a p12-file-certificate. Everything works with safari, but how do i put the *.p12-file into restkit and give it the ...
0
votes
2answers
70 views

Problems when using multiple keys in a jks (ssl)

I have two client pkcs12 keystores. I exported the certs out of both of those and added them to a new jks using keyman. The strange thing is that each keystore seperately works fine, but when i ...
0
votes
1answer
104 views

install .p12 or .cer in console macos

I've try install .p12 cert to my macos use command line. I can install .cer sudo certtool I Certificates.p12 d but it not works on computers where this cert is not generated. As I see i should use ...
0
votes
1answer
127 views

Import a .p12 cert to GPG for signing debian packages

I am currently signing some debian .deb packages with a self-signed PGP certificate, which I obtained from a collegue. Hence I have the following files in my folder `~/.gnupg/: gpg.conf (Currently ...
0
votes
0answers
44 views

command line arguments of signcode.exe

I've tried to find a bulk code signing software and found out that none is available. i am trying to create one using signcode.exe available from microsoft. Can any one help me with the command line ...
0
votes
0answers
376 views

The system cannot find the file specified

We have a site where we we contact a remote server, and to do this we use a api/framework who needs to importa a X509 certificate. From the start i got the following exception: The system cannot find ...
0
votes
1answer
347 views

How to find out the password to a .p12 document made in openssl?

I'm trying to publish an iPhone game and I have downloaded everything I need to allow me to publish through flash. I'm on a pc and I can't figure out what the password is of the .p12 certificate I ...
0
votes
1answer
409 views

how to figure out your p12 password made in openssl when publishing for iOS in flash CS5.5?

I've finished up development in flash for my iphone app, payed for the dev license, and used this tutorial to use openSSL to make my p12 file. I have the provisioning profile downloaded from apple ...
0
votes
1answer
3k views

How to use .p12 certificate on Android?

How to use a .p12 certificate on Android? I tried adding it at Menu / Settings / Location and security. When i do this the certificate disappears from the SD card but when i go to the website that ...
0
votes
1answer
132 views

How to instantiate javax.security.X509Certficate object from a p12 certificate (contains certificate + private key)

X509Certificate is only instantiatable using the contents of a certificate (.cer file). How to instantiate this object using a .p12 file that contains both the certificate and the private key?
0
votes
2answers
734 views

How do I get a replacement development certificate's p12 file?

My Mac hard disk crashed, put a new hard disk and reinstalled OS, xcode, but not able to build my app for device target since the certificate does not work any more. I could have used the p12 file but ...
0
votes
1answer
2k views

Windows asks for p12 password when installing p12 key generated by openssl

If I generate a p12 certificate with openssl as: - openssl pkcs12 -export -in myprivatecert.pem -nokeys -out mycert.p12 Even though I ask openssl to not export the private key, why does windows ...
0
votes
1answer
472 views

How can I use user's certificate?

I can't understand general scheme using certificates. For example: I have account on the some website. I have name and password. What should I do to login to this site? - I should open ...
0
votes
1answer
565 views

Convert from .jks to passwordless .p12?

I have a java key store that contains a cert and private key. I want to convert this to a .p12 file that has no password. I'm using the .p12 in a shell script.
0
votes
2answers
1k views

How to use a PKCS#12 certificate file in a .NET WebRequest?

I have been issued a PKCS#12 certificate to be used for accessing a simple xml-based web service. When I load the PKCS#12 file into Windows (Vista), I can access the service using my browser. Trying ...