From 6ff24b8df0f2a4be3380335177dbc3fd206458a6 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 8 May 2022 22:28:02 +0200 Subject: [PATCH] remove certificate --- clank/platform/cert-manager/certificate.yaml | 42 ++++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/clank/platform/cert-manager/certificate.yaml b/clank/platform/cert-manager/certificate.yaml index ec60cda..75ddfe0 100644 --- a/clank/platform/cert-manager/certificate.yaml +++ b/clank/platform/cert-manager/certificate.yaml @@ -1,21 +1,21 @@ -apiVersion: cert-manager.io/v1 -kind: ClusterIssuer -metadata: - name: letsencrypt-issuer -spec: - acme: - # You must replace this email address with your own. - # Let's Encrypt will use this to contact you about expiring - # certificates, and issues related to your account. - email: contact@kjuulh.io - server: https://acme-staging-v02.api.letsencrypt.org/directory - privateKeySecretRef: - # Secret resource that will be used to store the account's private key. - name: letsencrypt-issuer-secret - # Add a single challenge solver, HTTP01 using nginx - solvers: - - dns01: - cloudflare: - apiTokenSecretRef: - name: cloudflare-api-token-secret - key: api-token +#apiVersion: cert-manager.io/v1 +#kind: ClusterIssuer +#metadata: +# name: letsencrypt-issuer +#spec: +# acme: +# # You must replace this email address with your own. +# # Let's Encrypt will use this to contact you about expiring +# # certificates, and issues related to your account. +# email: contact@kjuulh.io +# server: https://acme-staging-v02.api.letsencrypt.org/directory +# privateKeySecretRef: +# # Secret resource that will be used to store the account's private key. +# name: letsencrypt-issuer-secret +# # Add a single challenge solver, HTTP01 using nginx +# solvers: +# - dns01: +# cloudflare: +# apiTokenSecretRef: +# name: cloudflare-api-token-secret +# key: api-token