Documentation ¶
Index ¶
Constants ¶
View Source
const ( /* TODO(ilackarms): document the expected structure of secrets (required for VirtualMeshes using a user-provided root CA) */ // CaCertID is the CA certificate chain file. CaCertID = "ca-cert.pem" // CaPrivateKeyID is the private key file of CA. CaPrivateKeyID = "ca-key.pem" // CertChainID is the ID/name for the certificate chain file. CertChainID = "cert-chain.pem" // RootCertID is the ID/name for the CA root certificate file. RootCertID = "root-cert.pem" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CAData ¶ added in v1.1.0
The intermediate CA derived from the root CA of the MeshGroup
func CADataFromSecretData ¶ added in v1.1.0
func (CAData) ToSecretData ¶ added in v1.1.0
func (CAData) Verify ¶ added in v1.1.0
Verify the CA Data Copied from https://github.com/istio/istio/blob/943ba0765876590d5c6da89d5df034fe0ea0808a/security/pkg/pki/util/keycertbundle.go#L264
Click to show internal directories.
Click to hide internal directories.