Created
August 10, 2019 19:55
-
-
Save rmrfus/1130fdf31c4da37cf9bffe35d31c0feb to your computer and use it in GitHub Desktop.
Self-signed certificate oneliner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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