certmanager v1.14

Issuer.spec.acme.solvers[].selector.matchLabels.spec.venafi.tpp

TPP specifies Trust Protection Platform configuration settings. Only one of TPP or Cloud may be specified.

3 fields
Issuer.spec.acme.solvers[].selector.matchLabels.spec.venafi.tpp fields and descriptions
Field / TypeDescription
caBundle
string

Base64-encoded bundle of PEM CAs which will be used to validate the certificate chain presented by the TPP server. Only used if using HTTPS; ignored for HTTP. If undefined, the certificate bundle in the cert-manager controller container is used to validate the chain.

  • format: byte
object required

CredentialsRef is a reference to a Secret containing the username and password for the TPP server. The secret must contain two keys, 'username' and 'password'.

url
string required

URL is the base URL for the vedsdk endpoint of the Venafi TPP instance, for example: "https://tpp.example.com/vedsdk".