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

enable TLS as option

This commit is contained in:
Travis Scholl
2016-02-07 10:20:41 -08:00
parent f0fbd2c30f
commit ec2c759178
2 changed files with 17 additions and 1 deletions

10
ssl/README.md Normal file
View File

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