Earlier this year Venafi Cloud stopped supporting Zone specification by name, and instead now requires the Zone ID (GUID).
Below is an updated working example:
apiVersion: cert-manager.io/v1alpha2
kind: Issuer
metadata:
name: cloud-venafi-issuer
namespace: <NAMESPACE YOU WANT TO ISSUE CERTIFICATES IN>
spec:
venafi:
zone: "801bdbd0-8587-11ea-b487-4d978b4efe3d" # Set this to the Venafi policy zone you want to use
cloud:
apiTokenSecretRef:
name: cloud-secret
key: apikey
Earlier this year Venafi Cloud stopped supporting Zone specification by name, and instead now requires the Zone ID (GUID).
Below is an updated working example: