Quiet mkcerts messages

This commit is contained in:
Daniel Oaks 2017-09-11 09:15:39 +10:00
parent 97010461f7
commit 8e32098f1f
1 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,9 @@ Options:
}
for name, conf := range config.Server.TLSListeners {
if !arguments["--quiet"].(bool) {
log.Printf(" making cert for %s listener\n", name)
}
host := config.Server.Name
err := mkcerts.CreateCert("Oragono", host, conf.Cert, conf.Key)
if err == nil {