1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

Add certificate reloader on SIGHUP

This commit is contained in:
Kane York 2017-09-26 13:04:39 -07:00
parent a5e3ad701b
commit 7b0cdc4baa
3 changed files with 83 additions and 8 deletions

View file

@ -35,11 +35,6 @@ type ConfigFile struct {
// Path to key file.
SSLKeyFile string
UseESLogStashing bool
ESServer string
ESIndexPrefix string
ESHostName string
// Nacl keys
OurPrivateKey []byte
OurPublicKey []byte