add /
This commit is contained in:
parent
4ea1a3802b
commit
8fac8ca4f6
@ -18,8 +18,8 @@ func main() {
|
||||
tcpAddr := flag.String("tcp", ":1883", "network address for TCP listener")
|
||||
wsAddr := flag.String("ws", ":1882", "network address for Websocket listener")
|
||||
infoAddr := flag.String("info", ":8080", "network address for web info dashboard listener")
|
||||
certFile := flag.String("cert", "cert/fullchain.pem", "path the body of a public certificate")
|
||||
keyFile := flag.String("key", "cert/privkey.pem", "path to body of a private key.")
|
||||
certFile := flag.String("cert", "/cert/fullchain.pem", "path the body of a public certificate")
|
||||
keyFile := flag.String("key", "/cert/privkey.pem", "path to body of a private key.")
|
||||
|
||||
flag.Parse()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user