Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "scion-pki", Short: "Scion Public Key Infrastructure Management Tool", Long: `scion-pki is a tool to generate keys, certificates, and trust root configuration files used in the SCION control plane PKI.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { if pkicmn.OutDir == "" { pkicmn.OutDir = pkicmn.RootDir } }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.