Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created October 13, 2019 14:05
Embed
What would you like to do?
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout localhost.key -out localhost.crt -config localhost.conf -passin pass:YourStrongPassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment