Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "show {file|URL|\"-\"}...", Short: "Show details of certificates, keys, CSRs and other objects found.", Long: `Show details of crypto objects certificates, keys, CSRs and other objects found when inspecting the files or URLs given on the command line. Multiple arguments may eb given, all will be inspected in order. If any argument is "-" or no argument are given then standard input will be read. E.g. xca show file.pem otherfile.pem xca show - xca show example.com:443 xca show https://example.com `, Args: util.CombineCmdArgsFuncs(util.StdInOnce, cobra.MinimumNArgs(1)), RunE: showCmdFunc, } )
Cmd represents the show command
Functions ¶
func AddExtensionPrinter ¶
func AddExtensionPrinter(oid asn1.ObjectIdentifier, p ExtensionPrinter)
Types ¶
type ExtensionPrinter ¶
Click to show internal directories.
Click to hide internal directories.