cmd_csr

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:   "csr {--subject Subject|--host SubjectAltName} [--host SubjectAltName] key_file csr_file",
		Short: "Generate a CSR",
		Long: `Generate a Certificate Sign Request (CSR)

At least one of the --subject or --host flags must be supplied. If the
--subject flag is not used the first --host flag will be used for the subject`,
		Args: genCsrArgValidator,
		RunE: genCsrFunc,
	}
)

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