Implement command parsing and fix plaintext listener and encodings

This commit is contained in:
2017-11-20 21:40:04 +00:00
parent a1051dfa68
commit f235c5cb44
2 changed files with 69 additions and 6 deletions

View File

@@ -3,5 +3,7 @@
"bind":"127.0.0.1",
"usessl":true,
"key":"key.pem",
"cert":"cert.pem"
"cert":"cert.pem",
"usepassword":true,
"password":"example"
}