[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/andrewbytecoder/note/main/linux/openssl.md [Back]  [Original]



## 

### openssl

```bash
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"
```


Web Proxy Viewer  |  New URL  |  Original Page