Questions tagged [p12]
146 questions
0
votes
1 answer
Private key missing when installing certificate on Keychain Access
I need a private key p12 file in order to generate a PEM file for push notifications.
I found in many places the steps to create the file, but I always have the same problem on the final step:
Open Keychain Access on my Mac. Within the Keychain…

user7197315
- 1
- 1
- 1
0
votes
1 answer
Why use .pem certificate in apple push notification not p12
I am creating a web portal using laravel framework to which one of its functionality is to send remote push notification on IOS App remotely. Many article in the internet is saying that we need the pem certificate file not p12. Why?
My co-worker who…

Yves Gonzaga
- 1,038
- 1
- 16
- 40
0
votes
0 answers
WebSphere Liberty P12 fails to enable TLS
When trying to enable SSL/TLS on WebSphere Liberty profile, WLP fails to allow SSL connectivity.
…

npn_or_pnp
- 407
- 4
- 10
-1
votes
0 answers
where to store p12 file used to contain private key and x509 certificate
I am working on a spring boot project where in I am supposed to send(post) a zip file to an API. This post request should be signed using x509 authentication mechanism.
For this, I have a p12 file containing a private key and public key as part of…

Tech Savy
- 1
- 2
-1
votes
1 answer
Crate p12 rust - Error [E0599]: no method name `decrypt_padded_vec`found for struct `Decryptor` - in docker build
my docker builds started failing today and I can't seem to figure out exactly how to fix it.
Compiling locally is still working. When I try to create a container of the project, I get this error:
error[E0599]: no method named `decrypt_padded_vec`…

Fabrex
- 162
- 9
-1
votes
2 answers
Convert RSA Private Key / Public Key to .p12
i need to convert a RSA Keypair to .p12 and i am not able to do it. I have tried different approaches using openssl but i am still failing.
I have the following
-----BEGIN PUBLIC KEY-----
...
-----END PUBLIC KEY-----
-----BEGIN RSA PRIVATE…

Martin
- 790
- 2
- 9
- 24
-1
votes
1 answer
Why Geting error while importing p12 file?
I am have exported p12 file from another machine with empty password and trying to install it in other machine. But getting following error in another machine.
error - An error has occurred. Unable to import an item.The contents of this item cannot…

Shobha Sardar
- 1
- 1
-1
votes
1 answer
Java s2s connect to https with p12 certificate and basic authorization
I try to implement on Java class which will connect to https server by using p12 certificate and 'Basic Authorization'. Can you please outline how to combine the both things including installing p12 cert?
Updated. Below is class which I use:
public…

Andrey
- 1
- 2
-2
votes
1 answer
Openssh to IOS mail
looks like an old question, but I couldn't make my OpenSSL certs work with IOS mail app.
I am no expert, so I would need precise step-by-step instruction.
What I have: OpenSSL, Ubuntu or windows, iPhone SE with IOS 14.x
What I would like to do and…
-2
votes
1 answer
Import p12 collection certificate with both PersistKeySet and Exportable options
I need import p12 certificate collection with both PersistKeySet and Exportable options. Obtained only use one option.
[System.Security.Cryptography.X509Certificates.X509KeyStorageFlags]::"Exportable, PersistKeySet") not work. How to do it…

S Falkorr
- 1
- 1
- 2
-3
votes
1 answer
inputStream gives java.io.FileNotFoundException
I have created new thread in my android app to read .p12 file like this:
AssetManager am = getAssets();
InputStream inputStream = am.open("C:\\Users\\UkrBikeApp-ff55878cb577.p12");
This file exist in directory. But every time I…

DzouSi
- 361
- 3
- 7
- 21