Add HTTPS default backend

This commit is contained in:
Manuel de Brito Fontes 2016-07-08 17:20:14 -04:00
parent ba964cdcda
commit 8f4efb4e3d
2 changed files with 11 additions and 0 deletions

View file

@ -85,6 +85,9 @@ var (
This can be used as a guide to create a custom configuration.`)
profiling = flags.Bool("profiling", true, `Enable profiling via web interface host:port/debug/pprof/`)
defSSLCertificate = flags.String("default-ssl-certificate", "", `Name of the secret that contains a SSL
certificate to be used as default for a HTTPS catch-all server`)
)
func main() {