Top "Pem" questions

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

Export Public Key from an p12-file

I have an p12-file exported from the Firefox-Browser. And now I want to extract the public key to give …

security openssl pem
How do I keep my cacert.pem current for security reasons when using curl?

I would like to keep my root certificates current for use with cURL and PHP's internal curl command, however there …

php curl mozilla pem php-openssl
How to get RSA key from -----BEGIN CERTIFICATE----- from.crt and .pem file?

I'm having .crt and .pem file with -----BEGIN CERTIFICATE----- MIIFSDCCBDCg........................................ -----END CERTIFICATE----- and I want RSA key from this file. …

ssl key pem crt
What are different certificate types, formats in Cryptography

We are adding server certificates verification in SSL handshake for one of our clients. Being very new to Cryptography and …

ssl certificate base64 pem der
Extract pem certificate information programmatically using openssl

Using the openssl command line is possible to extract, in a human readable mode, all the information contained in a .…

c certificate openssl x509 pem
OpenSSL, Converting CRT to PEM

I've been trying to use openssl to convert a .crt certificate to a .pem openssl.exe x509 -in server.crt …

ssl openssl certificate pem crt
How to convert PKCS#8-formatted PEM private key to the traditional format?

From OpenSSL 1.0 change log: Make PKCS#8 the default write format for private keys, replacing the traditional format. This form is …

openssl private-key pem pkcs#8
Formatting RSA keys for OpenSSL in Java

Background RSA key generation with OpenSSL on Linux using the command, openssl genrsa -out mykey.pem 1024 created the following: "-----BEGIN …

java format openssl rsa pem
Are .pem and .cer interchangeble?

I know .pem are base 64 encoded and .cer is the certificate with can be .pem encoded. Question: I have been …

ssl ssl-certificate pem cer
Export private/public keys from X509 certificate to PEM

is there any convenient way to export private/public keys from .p12 certificate in PEM format using .NET Core? Without …

c# .net-core pem x509certificate2