mirror of
https://github.com/kataras/iris.git
synced 2025-02-11 03:26:20 +01:00
aea836efc7
Former-commit-id: 0cb5121e7d44644f7f0eb34597ff34274157fe95
5 lines
124 B
Markdown
5 lines
124 B
Markdown
```sh
|
|
$ openssl genrsa -out server.key 2048
|
|
$ openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650
|
|
```
|