Created
December 16, 2021 05:50
-
-
Save fadlisaad/208ce0420aa9f120cfb343c07a0d3ea5 to your computer and use it in GitHub Desktop.
Generate self-signed certificate
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 -newkey rsa:2048 -keyout private-key.pem -out public.pem -sha256 -nodes -days 365 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment