mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
no need to print input format when connecting to server
This commit is contained in:
@@ -163,7 +163,6 @@ func Run(args []string, tty terminal.Terminal) int {
|
||||
|
||||
for i, cert := range result.Certificates {
|
||||
fmt.Fprintf(stdout, "** CERTIFICATE %d **\n", i+1)
|
||||
fmt.Fprintf(stdout, "Input Format: %s\n", result.Formats[i])
|
||||
fmt.Fprintf(stdout, "%s\n\n", lib.EncodeX509ToText(cert, terminalWidth, *verbose))
|
||||
}
|
||||
lib.PrintVerifyResult(stdout, *result.VerifyResult)
|
||||
|
||||
Reference in New Issue
Block a user