Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

View willardjansen's full-sized avatar
🏠
Working from home

Willard willardjansen

🏠
Working from home
View GitHub Profile
@willardjansen
willardjansen / creating_keys.md
Created May 29, 2022 07:30 — 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: