cmd_pubkey

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:   "pubkey [flags] [input_file [output_file]] ",
		Short: "extract public key from objects",
		Long: `Read key(s) certificate(s), and csr(s) and extract the public key. For each
PEM encoded object read a PEM encoded public key will be emitted. input_file
or output_file may be '-' or omitted to use standard input or standard output
respectively.`,
		Args: cobra.MaximumNArgs(2),
		RunE: pubKeyCmdFunc,
	}
)

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