Merge branch 'master' into cs/ocsp

This commit is contained in:
Cedric Staub
2018-04-03 22:32:07 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ On macOS you can also use homebrew to install:
brew install certigo
Note that certigo requires Go 1.9 or later to build.
Note that certigo requires Go 1.10 or later to build.
### Develop
+2
View File
@@ -75,6 +75,8 @@ func main() {
// Alias starttls to start-tls
connect.Flag("starttls", "").Hidden().EnumVar(connectStartTLS, starttls.Protocols...)
// Use long help because many useful flags are under subcommands
app.UsageTemplate(kingpin.LongHelpTemplate)
stdout := colorable.NewColorableStdout()
result := simpleResult{}