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
Is it valid to have a certificate chain contained within START/END CERTIFICATE labels in a PEM file?
I have a pem file that is structured as follows:
-----BEGIN CERTIFICATE-----
<leaf cert details in Base64>
<root cert details in Base64>
-----END CERTIFICATE-----
instead of how I would t...
Jayde
Votes: 0
Answers: 0
node.js Error: EACCES: permission denied, open 'privkey.pem'
I'm setting secure websocket over node.js using socket.io:
var fs = require('fs');
var https = require('https');
var server = https.createServer({
key: fs.readFileSync("/etc/letsencrypt/live...
iMarh
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