Skip to content

Instantly share code, notes, and snippets.

@yzf
Created October 31, 2016 05:02
Show Gist options
  • Save yzf/e7a14a7ec66a3d105e547585fd81fb30 to your computer and use it in GitHub Desktop.
Save yzf/e7a14a7ec66a3d105e547585fd81fb30 to your computer and use it in GitHub Desktop.
生成自签名的证书
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