Skip to content

Instantly share code, notes, and snippets.

View tukanuk's full-sized avatar
😀

Ben Davidson tukanuk

😀
View GitHub Profile
@tukanuk
tukanuk / creating_keys.md
Last active June 11, 2020 20:06
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: