Important Announcement!

This deprecated version of TLS Protect for Kubernetes, originally known as Jetstack Secure, will be PERMANENTLY SHUTDOWN on May 19, 2025. If you're still using this version, please work with your CyberArk/Venafi account team to transition to the current version of TLS Protect for Kubernetes.

Verify the configuration

Request a certificate

kubectl apply -f- <<EOF
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: test-certificate
spec:
secretName: test-certificate
privateKey:
rotationPolicy: Always
dnsNames:
- test.example.com
commonName: test.example.com
issuerRef:
name: issuer-1
kind: Issuer
EOF
Copy to clipboard

A certificate should be issued successfully.

On this page