mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Merge branch 'master' into cs/ocsp
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user