cert-manager

Vérifier les certificats TLS

Pour lister et vérifier tous les certificats TLS généré par cert-manager

kubectl get certificate --all-namespaces -ojsonpath="{range .items[*]}{.metadata.name} not before: {.status.notBefore} not after: {.status.notAfter}{'\n'}{end}"