Questions tagged [p12]

146 questions
144
votes
9 answers

How to create P12 certificate for iOS distribution

We have an iOS app whose push notification cert has expired and we're trying to create a new one. I've created new certs in the Provisioning portal (ios_developer.cer, ios_distribution.cer) and downloaded them. I was following instructions here on…
RobG
  • 1,751
  • 2
  • 11
  • 7
112
votes
8 answers

How to use Apple's new .p8 certificate for APNs in firebase console

With the recent up gradation of the Apple developer accounts, I am facing a difficulty that while trying to create the push notification certificates, it is providing me with (.p8) certificate instead of APNs ones which can be exported to…
Subso
  • 1,413
  • 2
  • 10
  • 16
78
votes
6 answers

Convert .cer to .p12

I'm working on a project for a client. I have two .cer files (developer and distribution) both are loaded into Keystore Access on Mac OS X. However I'm unable to export as a .p12 file. Alternatively I tried OpenSSL but still no luck... openssl…
Michael Schwartz
  • 8,153
  • 14
  • 81
  • 144
58
votes
2 answers

iOS APNS Development [sandbox] vs Production

Guys I'm having some trouble figuring out the key differences between the APNS (push notification) Developer (Sandbox) and Production modes. In particular I have the following questions: 1) Can I launch an app on the app-store with Push…
41
votes
1 answer

Use and utility of .p12 certificate/file

What is the utility of .p12 file/certificate? I am not getting any correct definition when searching the internet: In one site I got "it stores server side certificates along with intermediate certificates and private key in one file. Its mostly…
Pallab
  • 687
  • 1
  • 7
  • 15
21
votes
2 answers

How to convert .p12 to .crt file?

Can anyone tell me the correct way/command to extract/convert the certificate .crt file from a .p12 file? After I searched. I found the way how to convert .pem to .crt. but not found .p12 to .crt.
user3130007
  • 663
  • 3
  • 8
  • 17
13
votes
5 answers

NodeJS load PFX certificate from file

I am writing a small project using Node.JS and TypeScript, once of the requirements is to read a PFX certificate from a .pfx file and use this in the code to encrypt the payload body I have a certificate public/private key file called cert1.pfx, my…
Neil Stevens
  • 3,534
  • 6
  • 42
  • 71
11
votes
1 answer

JMeter load client-side certificate

I try to add a p12 file to JMeter 3.3 configuration to reach a site. I added following lines to system.properties file: javax.net.ssl.keyStoreType=pkcs12 javax.net.ssl.keyStore=C:\certs\mycert.p12 javax.net.ssl.keyStorePassword=mypassword After…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
8
votes
1 answer

How to use .p12 certificate to authenticate rest api

I have received a certificate.p12 with username and password. While I am able to use Rest Client for post requests after i install this certificate in my system. How can i use this certificate to authenticate post requests on Rest API using Python…
Ujjawal Khare
  • 756
  • 2
  • 7
  • 20
6
votes
0 answers

Xcode -Certificate status says "Not in Keychain" but the Certificates are visible inside Keychain Access

I got this computer in July. I had another computer before this and I successfully exported the signing certificate and it's private key and added them to this computer. Everything has been working fine. I successfully pushed 2 apps to…
Lance Samaria
  • 17,576
  • 18
  • 108
  • 256
6
votes
2 answers

Cannot start Jenkins on https

I'm trying to switch Jenkins on https port,but i'm receiving the following errors and Jenkins cannot be started java.io.IOException: Failed to start a listener: winstone.HttpsConnectorFactory at winstone.Launcher.spawnListener(Launcher.java:209) at…
Svetoslav Angelov
  • 667
  • 1
  • 6
  • 10
6
votes
2 answers

Nodejs request to a web service with .p12 certificate

So, the title is pretty straightforward. I want to consume a web service from a company and I got .cer and .p12 files. Supposedly, I should use .p12 when making a request. I've imported .cer into windows and I can make requests with postman easily.…
uglycode
  • 3,022
  • 6
  • 29
  • 55
6
votes
1 answer

CXF SSL configuration for consuming SOAP webservice

Overview I am going to set SSL configuration for calling a SOAP webservice. Certificate info: Certificate file: sureft.p12 Password: sureft CXF configuration file (cxf.xml):
saeedj
  • 2,179
  • 9
  • 25
  • 38
5
votes
0 answers

How to programmatically export a Certificates.p12 from 'My Certificates' in Keychain Access?

Once I import *.cer files that I got by sending a CertificateSigningRequest.certSigningRequest to Apple I can export them as one Certificates.p12 (Personal Information Exchange) which contains all public and private keys of such certificates within…
Martin Braun
  • 10,906
  • 9
  • 64
  • 105
5
votes
1 answer

Merge .p12 files into single keystore

Need help regarding keystores. I have 2 .p12 files (we'll call them phil.p12 and grant.p12 for now).Both have different individual passwords. I want to merge these into a single .p12 keystore for use in a Jmeter script where the different keys need…
Tufty
  • 475
  • 8
  • 24
1
2 3
9 10