Documentation ¶
Index ¶
Constants ¶
View Source
const ( // We mirror the github.com/mitchellh/cli constant here // to decouple this package from the cli package, even // though our main requires it. RunResultHelp = -18511 )
Variables ¶
View Source
var ErrNoIssuingCertURL = errors.New("no issuing certificate URL")
Functions ¶
func SystemCertPool ¶
func SystemCertPool() ([]*x509.Certificate, error)
Types ¶
type CheckIntermediateCmd ¶
type CheckIntermediateCmd struct { *BaseCmd // contains filtered or unexported fields }
func NewCheckIntermediateCmd ¶
func NewCheckIntermediateCmd() *CheckIntermediateCmd
func (*CheckIntermediateCmd) Run ¶
func (ci *CheckIntermediateCmd) Run(args []string) int
func (*CheckIntermediateCmd) Synopsis ¶
func (ci *CheckIntermediateCmd) Synopsis() string
type DumpCACmd ¶
type DumpCACmd struct { *BaseCmd // contains filtered or unexported fields }
func NewDumpCACmd ¶
func NewDumpCACmd() *DumpCACmd
type FetchCACmd ¶
func NewFetchCACmd ¶
func NewFetchCACmd() *FetchCACmd
func (*FetchCACmd) Run ¶
func (fca *FetchCACmd) Run(args []string) int
func (*FetchCACmd) Synopsis ¶
func (fca *FetchCACmd) Synopsis() string
Click to show internal directories.
Click to hide internal directories.