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:
10
ssl/README.md
Normal file
10
ssl/README.md
Normal 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
|
||||
Reference in New Issue
Block a user