Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 513 Bytes

This operator will listen to any certificate object in k8s and upon deletion will also delete from Venafi

Installation steps:

  1. Add CA certificate (if using internal CA) using
kubectl create secret generic venafi-cert -n cert-manager \
  --from-file=cert=path/to/cert/file
  1. Modify any environment variables in the deployment.yaml file necessary (such as VENAFI_DNS_DOMAIN)

  2. Deploy the operator into cert-manager:

kubectl apply -f rbac.yaml
kubectl apply -f deployment.yaml