Mercurial > code > home > repos > pomerium
annotate 30-cert-manager/51-pomerium-staging-issuer.yaml @ 10:037539eb52c3
change issuer ns to make it work today, but this is questionable. maybe they should be clusterissuers anyway
author | drewp@bigasterisk.com |
---|---|
date | Mon, 12 Dec 2022 23:22:03 -0800 |
parents | 0ae82df13719 |
children | 90438c76732f |
rev | line source |
---|---|
0 | 1 apiVersion: cert-manager.io/v1 |
2 kind: Issuer | |
3 metadata: | |
4 name: letsencrypt-staging | |
10
037539eb52c3
change issuer ns to make it work today, but this is questionable. maybe they should be clusterissuers anyway
drewp@bigasterisk.com
parents:
5
diff
changeset
|
5 namespace: pomerium |
0 | 6 spec: |
7 acme: | |
8 # The ACME server URL | |
9 server: https://acme-staging-v02.api.letsencrypt.org/directory | |
10 # Email address used for ACME registration | |
11 email: drewp@bigasterisk.com | |
12 # Name of a secret used to store the ACME account private key | |
13 privateKeySecretRef: | |
14 name: letsencrypt-staging | |
15 # Enable the HTTP-01 challenge provider | |
16 solvers: | |
17 - http01: | |
18 ingress: | |
1
9d3a9e524ad3
fuss with ns and stuff to get it working. forward all (over http) to nginx at first
drewp@bigasterisk.com
parents:
0
diff
changeset
|
19 class: pomerium |