FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

note/linux/openssl.md at main · andrewbytecoder/note · GitHub

Latest commit

 

History

History
15 lines (5 loc) · 216 Bytes

File metadata and controls

15 lines (5 loc) · 216 Bytes

证书

使用openssl一键生成证书

openssl req -x509 -nodes -days 365 -newkey rsa:2048  -keyout server.key  -out server.crt  -subj "/C=CN/ST=State/L=City/O=Organization/CN=localhost"

Back | FazBrowse Home | New Git URL