cmd_show

package
v0.0.0-...-3746c95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2024 License: BSD-3-Clause Imports: 26 Imported by: 0

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

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL