Added letsencrypt-production issuer
This commit is contained in:
parent
04960e581c
commit
ebf7573492
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: huizinga-dev
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
secretName: huizinga-dev-tls
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-production
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: "*.huizinga.dev"
|
||||||
|
dnsNames:
|
||||||
|
- "huizinga.dev"
|
||||||
|
- "*.huizinga.dev"
|
|
@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- huizinga-dev-staging.yaml
|
- huizinga-dev-staging.yaml
|
||||||
|
- huizinga-dev.yaml
|
||||||
|
|
|
@ -3,3 +3,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- secret.yaml
|
- secret.yaml
|
||||||
- letsencrypt-staging.yaml
|
- letsencrypt-staging.yaml
|
||||||
|
- letsencrypt-production.yaml
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: ClusterIssuer
|
||||||
|
metadata:
|
||||||
|
name: letsencrypt-production
|
||||||
|
spec:
|
||||||
|
acme:
|
||||||
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||||||
|
email: tim.huizinga@gmail.com
|
||||||
|
privateKeySecretRef:
|
||||||
|
name: letsencrypt-production
|
||||||
|
solvers:
|
||||||
|
- dns01:
|
||||||
|
cloudflare:
|
||||||
|
email: tim.huizinga@gmail.com
|
||||||
|
apiTokenSecretRef:
|
||||||
|
name: cloudflare-token-secret
|
||||||
|
key: cloudflare-token
|
Loading…
Reference in New Issue
Block a user