Top "Pem" questions

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

Openssl convert .PEM containing only RSA Private Key to .PKCS12

Currently I have a .PEM file containing only a private key. I need to convert this file into a .PKCS12 …

openssl rsa pem pkcs#12
Creating RSA Private Key from PFX (PKCS #12) file

I'm trying to get a private RSA key from a pkcs #12 file. I've tried running the standard openssl pkcs12 -nocerts …

encryption certificate ssl-certificate rsa pem
Installing SSL with only a .pem file

Is it possible to install SSL certificate in Centos (6.5) and apache with just a .pem file? I have been told …

apache ssl centos pem
PuTTYgen doesn't give me the option for SSH-2 RSA

I've been accessing my AWS EC2 instance from Ubuntu for years with no issues. I'd like to also connect to …

amazon-web-services putty pem
Convert .p12 file to .pem using Terminal app in Mac "No such file or directory" error?

I have export the "Apple Development IOS Push Service" certificate from Keychain Access and save the "apns-dev-cert.p12" in my …

iphone ios terminal pem pkcs#12
How to convert PEM file to PPK using PuTTYgen in Ubuntu

I have created an EC2 instance on AWS. I want to connect to the instance using PuTTY, but it requires …

amazon-web-services putty private-key pem key-pair
Convert CA-signed JKS keystore to PEM

I have a JKS keystore with certicate signed by CA. I need to export it in PEM format in order …

openssl keystore keytool pem jks
Reading PEM RSA Public Key Only using Bouncy Castle

I am trying to use C# to read in a .pem file that contains only a RSA public key. I …

c# bouncycastle public-key pem
Reading and writing rsa keys to a pem file in C

I am writing a C program to generate keys for RSA and write them to a file and then read …

c security openssl rsa pem
where do I keep my amazon .pem file on a mac

Where should I keep this file for security? At the moment it is on my desktop - should I put …

security amazon-web-services pem