Documentation ¶
Overview ¶
Package devkeys provides test-only pregenerated and signed root and signer keys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootPEM contains a PEM-encoded private key generated by the bootstrapping process. //go:embed root.pem RootPEM []byte // RootCert contains a DER-encoded x509 certificate of RootPEM, self-signed as a CA. //go:embed root.crt RootCert []byte // PrimarySigningKeyPEM contains a PEM-encoded private key for signing binaries, generated by the // bootstrapping process. //go:embed primarySigningKey.pem PrimarySigningKeyPEM []byte // PrimarySigningKeyCert contains a DER-encoded root-signed x509 certificate for the signer key. //go:embed primarySigningKey.crt PrimarySigningKeyCert []byte // KeyManifest contains a textproto manifest with paths to and names of the root and primary keys, // and their certs. //go:embed keyManifest.textproto KeyManifest []byte )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.