Files @ 9d3a9e524ad3
Branch filter:

Location: pomerium/kube/60-auth-cert.yaml

drewp@bigasterisk.com
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: pomerium-proxy-tls
  namespace: pomerium
spec:
  dnsNames:
  - 'authenticate.bigasterisk.com'
  issuerRef:
    kind: Issuer
    name: letsencrypt-prod
  secretName: pomerium-proxy-tls