cmd_scan

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: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:   "scan [file|directory]...",
		Short: "Scan for certificates and keys, display and renew them",
		Long: `Scan searches each file or directory tree given on the command line for
certificates and keys. If no arguments are given then . is searched. After
the search an attempt is made to build chains out of the certificates found,
then a report is written to standard output.

REPORTS
leaves:       List all leaf certificates found along with their chain.
none:         Don't output anything. Useful for checking for errors during the
              scan.
all:         
ca:           ist all CAs that have issued something along with all the
              certificates each CA has issued.
orphan-ca:    List all the CAs that have not issued any certificates.
selfsigned:   List all self signed certificates.
`,
		RunE: scanCmdFunc,
	}
)

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