Skip to content

Instantly share code, notes, and snippets.

View inderisonline's full-sized avatar

inderisonline

View GitHub Profile
@inderisonline
inderisonline / creating_keys.md
Created June 13, 2018 12:21 — forked from labianchin/creating_keys.md
Using OpenSSL to create keys for Mac OS X.

Creating Keys

This is a brief guide to creating a public/private key pair that can be used for OpenSSL. While the "easy" version will work, I find it convenient to generate a single PEM bundle and then export the private/public key from that as needed. This document also covers how to add and remove a password from your private key and how to make sure that keychain will automatically unlock it when you sign in.

Just make it work

Generate an ssh key-pair: