Skip to content

Commit

Permalink
fix: remove email from config and cert manager (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 31, 2025
1 parent e99d08b commit a5792e5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/tests/config-talos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ cloudflare:
domain: fake
token: take
acme:
email: [email protected]
production: false
tunnel:
account_id: fake
Expand Down
2 changes: 0 additions & 2 deletions config.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ cloudflare:
token: ""
# (REQUIRED) Optionals for Cloudflare Acme
acme:
# (REQUIRED) Any email you want to be associated with the ACME account (used for TLS certs via letsencrypt.org)
email: ""
# (REQUIRED) Use the ACME production server when requesting the wildcard certificate.
# By default the ACME staging server is used. This is to prevent being rate-limited.
# Update this option to `true` when you have verified the staging certificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ metadata:
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: "${SECRET_ACME_EMAIL}"
privateKeySecretRef:
name: letsencrypt-production
solvers:
Expand All @@ -28,7 +27,6 @@ metadata:
spec:
acme:
server: https://acme-staging-v02.api.letsencrypt.org/directory
email: "${SECRET_ACME_EMAIL}"
privateKeySecretRef:
name: letsencrypt-staging
solvers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ metadata:
#% if cloudflare.enabled %#
stringData:
SECRET_DOMAIN: "#{ cloudflare.domain }#"
SECRET_ACME_EMAIL: "#{ cloudflare.acme.email }#"
SECRET_CLOUDFLARE_TUNNEL_ID: "#{ cloudflare.tunnel.id }#"
#% else %#
stringData: {}
Expand Down

0 comments on commit a5792e5

Please sign in to comment.