cmd_verify

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:   "verify [flags] [certificate...]",
		Short: "Verify certificates against criteria",
		Long: `Verify certificates are valid. For each certificate given as an argument an
attempt is made to build a chain back to a root, and the validity of that chain
is checked and printed. Either -r or -s must be used or no roots will be
available for building chains, and it is highly likely that -i will be needed
too. To verify a certificate against a domain ro a specific moment in time -d
and -w may be used. Standard input will be read if no files are provided
on the command line`,
		RunE: verifyCmdFunc,
	}
)

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