Skip to content

Instantly share code, notes, and snippets.

View ribamar-santarosa's full-sized avatar

Ribamar Santarosa ribamar-santarosa

  • Amsterdam, NL
View GitHub Profile
@hvasconcelos
hvasconcelos / gen_keys.sh
Last active July 18, 2024 18:47
Create an Sinatra SSL Server
# Generate a self-signed Certificate and a Private Key
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout pkey.pem -out cert.crt