certificates.yaml (439B)
1 apiVersion: cert-manager.io/v1 2 kind: Certificate 3 metadata: 4 name: ldap-authentik 5 namespace: authentik 6 spec: 7 secretName: ldap-authentik 8 privateKey: 9 rotationPolicy: Always 10 issuerRef: 11 name: letsencrypt-dns 12 kind: ClusterIssuer 13 commonName: "ldap.midnightthoughts.space" 14 dnsNames: 15 - "auth.midnightthoughts.space" 16 - "ldap.midnightthoughts.space" 17 additionalOutputFormats: 18 - type: CombinedPEM 19 - type: DER