v1alpha1

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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"
)

CertificateSigningRequest specific Annotations

View Source
const (
	// CertificateSigningRequestVenafiCustomFieldsAnnotationKey is the annotation
	// that passes on JSON encoded custom fields to the Venafi issuer.
	// This will only work with Venafi TPP v19.3 and higher.
	// The value is an array with objects containing the name and value keys for
	// example: `[{"name": "custom-field", "value": "custom-value"}]`
	CertificateSigningRequestVenafiCustomFieldsAnnotationKey = "venafi.experimental.cert-manager.io/custom-fields"

	// CertificateSigningRequestVenafiPickupIDAnnotationKey is the annotation key
	// used to record the Venafi Pickup ID of a certificate signing request that
	// has been submitted to the Venafi API for collection later.
	CertificateSigningRequestVenafiPickupIDAnnotationKey = "venafi.experimental.cert-manager.io/pickup-id"
)

Venafi Issuer specific Annotations

View Source
const (
	// 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"
)

SelfSigned Issuer specific Annotations

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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