--- # Wildcard certificate for *.vandachevici.ro # Used as nginx-ingress default SSL cert to eliminate the brief self-signed # cert flash when a new ingress is first deployed. # # Requires DNS01 solver (already configured in letsencrypt-prod ClusterIssuer). # Secret 'wildcard-vandachevici-tls' is referenced in ingress-nginx helm values. apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: wildcard-vandachevici namespace: infrastructure spec: secretName: wildcard-vandachevici-tls issuerRef: name: letsencrypt-prod kind: ClusterIssuer commonName: "*.vandachevici.ro" dnsNames: - "*.vandachevici.ro" - "vandachevici.ro"