cacertificates

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CsrSignerCAConfigMapName = "csr-signer-ca"
	CsrSignerCAMountPath     = "/etc/ssl/certs/kubernetes"
	CsrSignerCAFilename      = "ca-bundle.crt"
	CsrSignerCAFilepath      = CsrSignerCAMountPath + "/" + CsrSignerCAFilename
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CA

type CA interface {
	CACert() (string, error)
}

CA is an interface for gathering the Certificate Authorities' certificates that sign the CertificateSigningRequests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL