Skip to content

Instantly share code, notes, and snippets.

@rmrfus
Created August 10, 2019 19:55
Show Gist options
  • Save rmrfus/1130fdf31c4da37cf9bffe35d31c0feb to your computer and use it in GitHub Desktop.
Save rmrfus/1130fdf31c4da37cf9bffe35d31c0feb to your computer and use it in GitHub Desktop.
Self-signed certificate oneliner
openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 -keyout snakeoil.key -out snakeoil.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment