Skip to content

Instantly share code, notes, and snippets.

View vesln's full-sized avatar
🌴
On vacation

ves vesln

🌴
On vacation
View GitHub Profile
@vesln
vesln / ssl_puma.sh
Last active August 29, 2015 14:19 — forked from tadast/ssl_puma.sh
# 1) Create your private key (any password will do, we remove it below)
$ cd ~/.ssh
$ openssl genrsa -des3 -out server.orig.key 2048
# 2) Remove the password
$ openssl rsa -in server.orig.key -out server.key