Add certificate issuer

This commit is contained in:
Kasper Juul Hermansen 2022-05-08 22:46:20 +02:00
parent 1680314c35
commit 0746c27fff
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -1,21 +1,21 @@
#apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
#kind: ClusterIssuer kind: ClusterIssuer
#metadata: metadata:
# name: letsencrypt-issuer name: letsencrypt-issuer
#spec: spec:
# acme: acme:
# # You must replace this email address with your own. # You must replace this email address with your own.
# # Let's Encrypt will use this to contact you about expiring # Let's Encrypt will use this to contact you about expiring
# # certificates, and issues related to your account. # certificates, and issues related to your account.
# email: contact@kjuulh.io email: contact@kjuulh.io
# server: https://acme-staging-v02.api.letsencrypt.org/directory server: https://acme-staging-v02.api.letsencrypt.org/directory
# privateKeySecretRef: privateKeySecretRef:
# # Secret resource that will be used to store the account's private key. # Secret resource that will be used to store the account's private key.
# name: letsencrypt-issuer-secret name: letsencrypt-issuer-secret
# # Add a single challenge solver, HTTP01 using nginx # Add a single challenge solver, HTTP01 using nginx
# solvers: solvers:
# - dns01: - dns01:
# cloudflare: cloudflare:
# apiTokenSecretRef: apiTokenSecretRef:
# name: cloudflare-api-token-secret name: cloudflare-api-token-secret
# key: api-token key: api-token