mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
11 lines
201 B
Markdown
11 lines
201 B
Markdown
|
# To create sample keys:
|
||
|
|
||
|
```
|
||
|
openssl genrsa -out server.key 2048
|
||
|
openssl req -new -x509 -key server.key -days 3650 -nodes -out server.crt -keyout server.crt
|
||
|
```
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
* check if ed25519 keys work
|