rename SSL to TLS in labels, env variables and normal variables/constants (#242)

This commit is contained in:
Lenin Alevski
2020-08-09 16:08:58 -07:00
committed by GitHub
parent b8bca9d2fe
commit cff712f071
11 changed files with 41 additions and 41 deletions

View File

@@ -47,12 +47,12 @@ var serverCmd = cli.Command{
},
cli.StringFlag{
Name: "tls-host",
Value: restapi.GetSSLHostname(),
Value: restapi.GetTLSHostname(),
Usage: "HTTPS server hostname",
},
cli.IntFlag{
Name: "tls-port",
Value: restapi.GetSSLPort(),
Value: restapi.GetTLSPort(),
Usage: "HTTPS server port",
},
cli.StringFlag{