Skip to content

Commit 8e44afd

Browse files
authored
Add ACME section for mailroom example config (#1382)
2 parents a2173c8 + fd951a0 commit 8e44afd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

payjoin-mailroom/config.example.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Request timeout in seconds
1414
# timeout = 30
1515

16-
# --- Telemetry (requires `--telemetry` feature) ---
16+
# --- Telemetry (requires `telemetry` feature) ---
1717
# [telemetry]
1818

1919
# OpenTelemetry Protocol (OTLP) endpoint to export telemetry to
@@ -40,6 +40,18 @@
4040
# IP addresses or CIDR ranges whose requests should be blocked.
4141
# blocked_ips = ["192.0.2.0/24", "2001:db8::1"]
4242

43+
# --- ACME TLS (requires `acme` feature) ---
44+
# [acme]
45+
46+
# Domain names for the TLS certificate
47+
# domains = ["your-domain.example.com"]
48+
49+
# Contact addresses for the ACME account
50+
# contact = ["mailto:contact@example.com"]
51+
52+
# Custom ACME directory URL (defaults to Let's Encrypt production)
53+
# directory_url = "https://acme-v02.api.letsencrypt.org/directory"
54+
4355
# --- V1 protocol ---
4456
# Uncomment the [v1] section to enable V1 fallback support.
4557
# (address screening requires `access-control` feature)

0 commit comments

Comments
 (0)