Skip to content

Commit

Permalink
fix(cert-manager): use the VipyrSec Support email as the contact email
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sid-maddy committed Sep 14, 2024
1 parent 6810af5 commit 34bb46a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubernetes/manifests/cert-manager/cluster-issuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ metadata:

spec:
acme:
email: siddhesh.mhadnak@outlook.com
email: support@vipyrsec.com
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: letsencrypt-issuer-account-key
solvers:
- dns01:
cloudflare:
email: [email protected]
apiTokenSecretRef:
name: cloudflare
key: token

0 comments on commit 34bb46a

Please sign in to comment.