-
-
Save yzf/e7a14a7ec66a3d105e547585fd81fb30 to your computer and use it in GitHub Desktop.
生成自签名的证书
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 -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment