--- apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-staging spec: acme: server: https://acme-staging-v02.api.letsencrypt.org/directory email: "${SECRET_CLUSTER_DOMAIN_EMAIL}" privateKeySecretRef: name: letsencrypt-staging solvers: - dns01: webhook: groupName: "${SECRET_CLUSTER_DOMAIN_ROOT}" solverName: ovh config: endpoint: ovh-eu applicationKey: "${SECRET_CLUSTER_OVH_APPLICATION_KEY}" applicationSecretRef: key: applicationSecret name: ovh-credentials consumerKey: "${SECRET_CLUSTER_OVH_CONSUMER_KEY}"