python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
.pem file that I created from .p12 gives ssl error
I try to create .pem file from .p12 file with this command
openssl pkcs12 -in voip_services.p12 -out voip_services.pem -nodes -clcerts
Previously it works fine but my pem file will expire in few days...

zia sultan
Votes: 0
Answers: 0
PHP CURL request for a P12 (PFX) certificate with an export password (Passphrase)
Based on the PEM certificate and a key file, I'm creating two P12 (Pfx) files, with and without passphrase
demo_cert.pem
demo_key.pem
demo_pfx_withoutPassphrase.p12
demo_pfx_withPassphrase.p12
ope...

Nishi Bangar
Votes: 0
Answers: 1