mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-11 07:12:59 +02:00
21 lines
682 B
YAML
21 lines
682 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: pomerium-cert
|
|
namespace: pomerium
|
|
spec:
|
|
secretName: pomerium-tls
|
|
issuerRef:
|
|
name: pomerium-issuer
|
|
kind: Issuer
|
|
usages:
|
|
- server auth
|
|
- client auth
|
|
dnsNames:
|
|
- pomerium-proxy.pomerium.svc.cluster.local
|
|
- pomerium-authorize.pomerium.svc.cluster.local
|
|
- pomerium-databroker.pomerium.svc.cluster.local
|
|
- pomerium-authenticate.pomerium.svc.cluster.local
|
|
- authenticate.localhost.pomerium.io
|
|
# TODO - If you're not using the Pomerium Ingress controller, you may want a wildcard entry as well.
|
|
#- "*.localhost.pomerium.io" # Quotes are required to escape the wildcard
|