Created
October 24, 2020 08:24
-
-
Save codeniko/6fb443fcbd3ffa8c6748af503cb9741a to your computer and use it in GitHub Desktop.
generate fake cert and key for https testing in dev
This file contains 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 -x509 -sha256 -nodes -days 9365 -newkey rsa:2048 -keyout fake-key.pem -out fake-cert.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment