Questions tagged [p12]
146 questions
0
votes
1 answer
Attempting to Filter out All .p12 AND .pfx files from a given Directory
My organization requires the filtering, and removal of all .PFX and .P12 files from our computers and servers. The script we are currently running every week does not go deep enough or far enough per higher guidance. What I'm trying to do is take…

Erik Ross Little
- 9
- 4
0
votes
1 answer
Build.phonegap upload or convert a p12 certificate file
I have my phonegap project with DevExtreme tool.
It is with phonegap cli-7.1.0 and it works fine.
Now I'd like to upgrade to cli-9.0.0.
I build the project with https://build.phonegap.com
Usually, I build ipa file here and I use the apk as template…

Piero Alberto
- 3,823
- 6
- 56
- 108
0
votes
1 answer
how to use p7b and p12 certificates
Hello my goal is it to encrypt the password of a zipfile. As for now I only had to generate a SHA Hash which will be my password and used the RSA-Cryptoprovider with me private key to encrypt the password.
Now I need to use .p7b and .p12…

Hakunama Tatarov
- 125
- 1
- 14
0
votes
2 answers
Do ALL iOS .p12 certs require a password?
We are working on building push notifications, however the app owner states that there is no CERT PW for their .p12 app cert. From all our experiences, there is ALWAYS an associated cert password. Anyone see otherwise?

badsmell
- 75
- 11
0
votes
0 answers
Use TSP source in DSS demo WebApp with authentication certificate
I try to change mock timestamp service in DSS Demo Webapp. The demonstration uses a dummy timestamp source by default. I found it is defined in dss.properties file.
# TSA
tsp-source = classpath:config/tsp-config.xml
I checked tsp-config.xml, but it…

plaidshirt
- 5,189
- 19
- 91
- 181
0
votes
1 answer
`p12` file work in Firefox RestClient but not work in WebSphere
I have a java web application that runs in WebSphere that need to call to third party service (IBM) to get some response.
At first IBM give me a p12 file, which is contain client certificate, and I test it in Firefox RestClient, the call success and…

Panadol Chong
- 1,793
- 13
- 54
- 119
0
votes
1 answer
p12 work in NodeDefaultKeyStore but not work in CellDefaultKeyStore in WebSphere
Good day,
My web application need to connect to IBM third party to get some response. Thus, IBM give me a .p12 file which contain of client certificate.
At first I import this .p12 file into my existing CellDefaultKeyStore, and it will hit…

Panadol Chong
- 1,793
- 13
- 54
- 119
0
votes
1 answer
Unable to load PEM-encoded private key from Pyjks into PKey object
I'm loading a Pyjks PrivateKeyEntry object into PEM and then trying to load the pem-encoded string into a Pkey object. As you might have guessed, I'm trying to export PrivateKeyEntry along with it's cert chain into a file. We have an UI that is able…

Xvs
- 79
- 2
- 9
0
votes
2 answers
Upload app on client app store connect with .p12 and .mobileprovision
My question may be silly...
I have to upload an application, via xcode, on the app store connect of a client.
I only have the .p12 file and .mobileprovision file of the client.
What is the protocole ?
Because after I have "installed" the…

Julien DX
- 1
- 1
0
votes
1 answer
Import a PFX certificate without password request each time it is used
I'm working on a project in a development environment and need to authenticate via PFX certificate to access a REST API. Later this authentication will be replaced by OAuth, so it's only temporary for development purposes.
I installed the…

codefluent
- 125
- 1
- 11
0
votes
1 answer
How to convert a base64 encoded p12 to tls.Certificate
I have a generated base64 .p12 file to authenticate to a service and my resty client expects to receive a tls.Certificate.
However, pkcs12.Decode always fail with ": asn1: syntax error: indefinite length found (not DER)"
Does it mean that I need to…

Sammy
- 885
- 3
- 13
- 32
0
votes
1 answer
How to delete a .p12 file from Login.keychain that i imported from cli?
I imported a .p12 file to Login.keychain with cli:
$ security import /Users/xxx/Desktop/Certificates.p12 -k Login.keychain -P 1234 -A
But how to delete this file from Login.keychain with cli?
System: MacOS

wubing
- 1
- 2
0
votes
0 answers
How to sign app with iOS distribution certificate(p12) from another developer?
I have iOS distribution certificate(p12 and private key files) from another developer.
How can I sign my app with this cetificate? I install it my keychain and now I can select right signing identity in xcode build settings tab, but can't select…

The Akapulka
- 51
- 4
0
votes
1 answer
Apple Distribution Certificate for Developer
I am managing a companies Apple Developer Account. So there is one app developer who wants to publish his app. He says he needs a distribution certificate for that. He wants it as a .p12 file. The question I have is that the .p12 file will also…

farahm
- 1,326
- 6
- 32
- 70
0
votes
2 answers
iOS code sign error
Apologies if this has been asked before. I am new to iOS mobile app development. I am further developing an iOS app that has been developed by another person. They sent me the source code and told me that all the signing…

Zuzu JH
- 607
- 2
- 10
- 22