Top "P12" questions

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 …

ios iphone xcode certificate p12
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 …

ios macos certificate keystore-access p12
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 …

ios firebase apple-push-notifications p12 p8
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 …

openssl certificate keytool p12
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. …

ios push-notification apple-push-notifications provisioning-profile p12
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 …

node.js typescript pfx pkcs#12 p12
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 …

node.js ssl openssl certificate p12
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 …

python-3.x api post python-requests p12
Getting "curl: (58) unable to use client certificate" with calls using p12 file

I created a p12 file on my MacOS ElCaptain, using a .pem and .key file via openssl command : openssl pkcs12 …

ssl curl p12