Top "Pem" questions

PEM, (from Privacy Enhanced Mail standard) is a base64 container format for encoding keys and certificates.

PyOpenSSL convert certificate object to .pem file

I want to send a certificate from a "certificate authority" to a node through sockets. I have a certificate created …

python sockets pem pyopenssl
Ruby Error reading in Certificate File with OpenSSL

I am trying to do a simple OpenSSL::X509::Certificate.new(File.read("testuser.p12")) from irb with ruby 1.8.7 (or 1.9.2), …

ruby-on-rails ruby openssl certificate pem
Verify PKCS#7 (PEM) signature / unpack data in node.js

I get a PKCS#7 crypto package from a 3rd party system. The package is not compressed and not encrypted, PEM-encoded, …

javascript node.js pem pkcs#7
How can I know if a .pem file contains public or private key?

I have a .pem file (base64-encoded cryptography information). What OpenSSL command-line should I use to detect whether it contains …

openssl private-key public-key pem
Import self signed ssl certificate .pem to firefox

I added self signed certificate in .pem format in Firefox under Authorities tab. When I access site, Firefox throws error …

firefox ssl x509certificate pem ca