Documentation ¶
Overview ¶
Package certs defines the commands to generate issuer and AS certificates from the configuration files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "certs",
Short: "Interact with certificates for the SCION control plane PKI.",
Long: `'certs' can be used to generate and verify certificates for the SCION control plane PKI.
Selector:
*-*: All ISDs and ASes under the root directory.
X-*: All ASes in ISD X.
X-Y: A specific AS X-Y, e.g. AS 1-ff00:0:110.
The subcommands expect the contents of the root directory to follow a predefined
file structure. See 'scion-pki help' for more information.
`,
}
Functions ¶
func IssuerFile ¶ added in v0.5.0
IssuerFile returns the file path for the issuer certificate.
func MatchFiles ¶ added in v0.5.0
MatchFiles matches all issuer certificate and certificate chain file names.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.