Skip to content

Commit

Permalink
Create cert.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oonexdl authored Aug 4, 2021
1 parent 5fe258d commit fbdb06e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions https/cert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cert

## 生成自签名证书

```sh
openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out MyCertificate.crt -keyout MyKey.key
```

0 comments on commit fbdb06e

Please sign in to comment.