certmanager v1.14
ClusterIssuer.spec.acme.solvers[].dns01.azureDNS.clientSecretSecretRef.spec.venafi.tpp
TPP specifies Trust Protection Platform configuration settings. Only one of TPP or Cloud may be specified.
| Field / Type | Description |
|---|---|
caBundle | 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.
|
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 | URL is the base URL for the vedsdk endpoint of the Venafi TPP instance, for example: "https://tpp.example.com/vedsdk". |