Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "sign [options] csr_file [cert_file]", Short: "Sign a CSR with a CA", Long: `Sign a CSR and create a certificate with a CA. The certificate will be entered into the CA's audit log. If either csr_file or cert_file are '-' then standard input or standard output will be used respectively, otherwise the given file will be read/written. If cert_file is not specified then '.pem' will be appended to csr_file to derive then name after any '.csr' suffix has been removed, unless the CSR is read from standard input in which case the certificate will be written to standard output. `, Args: cobra.RangeArgs(1, 2), RunE: caSignCmdFunc, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.