Skip to content

Commit 52711d0

Browse files
committed
fix(cert-manager): use the VipyrSec Support email as the contact email
Also, removed the `.spec.acme.solvers[*].dns01.cloudflare.email`, since, ```bash kubectl explain --api-version=cert-manager.io/v1 ClusterIssuer.spec.acme.solvers.dns01.cloudflare.email # Email of the account, only required when using API key based authentication. ``` and we're using API token based authentication.
1 parent fee04c2 commit 52711d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

kubernetes/manifests/cert-manager/cluster-issuer.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ metadata:
77

88
spec:
99
acme:
10-
email: siddhesh.mhadnak@outlook.com
10+
email: support@vipyrsec.com
1111
server: https://acme-v02.api.letsencrypt.org/directory
1212
privateKeySecretRef:
1313
name: letsencrypt-issuer-account-key
1414
solvers:
1515
- dns01:
1616
cloudflare:
17-
email: siddhesh.mhadnak@outlook.com
1817
apiTokenSecretRef:
1918
name: cloudflare
2019
key: token

0 commit comments

Comments
 (0)