Skip to content

Commit 74c4024

Browse files
committed
Switch to Google TS for ACME
1 parent ca5064a commit 74c4024

File tree

4 files changed

+153
-136
lines changed

4 files changed

+153
-136
lines changed

fly.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ primary_region = 'cdg'
1414
ROOT_DOMAIN = 'testserver.host'
1515
PROACTIVE_CERT_DOMAINS = 'testserver.host,example.testserver.host,http1.testserver.host,http2.testserver.host'
1616

17-
ACME_PROVIDER = 'zerossl' # or 'letsencrypt'
18-
# For zerossl you'll need to set ACME_EAB_HMAC and ACME_EAB_KID secrets for auth
17+
ACME_PROVIDER = 'google' # or 'letsencrypt', 'zerossl'
18+
# For google/zerossl you'll need to set ACME_EAB_HMAC and ACME_EAB_KID secrets for auth
1919

2020
[[services]]
2121
protocol = "tcp"

0 commit comments

Comments
 (0)