1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Delete README.md

This commit is contained in:
Zack 2016-02-13 20:45:31 -05:00
parent a552ca83f8
commit c4d9c37729

View File

@ -1,10 +0,0 @@
# 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