Add certificate issuer
This commit is contained in:
parent
1680314c35
commit
0746c27fff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user