Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CertificateSigningRequestDurationAnnotationKey is the // annotation key used to request a particular duration // represented as a Go Duration. CertificateSigningRequestDurationAnnotationKey = "experimental.cert-manager.io/request-duration" // CertificateSigningRequestIsCAAnnotationKey is the annotation key used to // request whether the certificate should be marked as CA. CertificateSigningRequestIsCAAnnotationKey = "experimental.cert-manager.io/request-is-ca" // CertificateSigningRequestPrivateKeyAnnotationKey is the annotation key // used to reference a Secret resource containing the private key used to // sign the request. // This annotation *may* not be present, and is used by the 'self signing' // issuer type to self-sign certificates. CertificateSigningRequestPrivateKeyAnnotationKey = "experimental.cert-manager.io/private-key-secret-name" )
CertificateSigningRequest specific Annotations
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.