We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5064a commit 74c4024Copy full SHA for 74c4024
4 files changed
fly.toml
@@ -14,8 +14,8 @@ primary_region = 'cdg'
14
ROOT_DOMAIN = 'testserver.host'
15
PROACTIVE_CERT_DOMAINS = 'testserver.host,example.testserver.host,http1.testserver.host,http2.testserver.host'
16
17
- ACME_PROVIDER = 'zerossl' # or 'letsencrypt'
18
- # For zerossl you'll need to set ACME_EAB_HMAC and ACME_EAB_KID secrets for auth
+ ACME_PROVIDER = 'google' # or 'letsencrypt', 'zerossl'
+ # For google/zerossl you'll need to set ACME_EAB_HMAC and ACME_EAB_KID secrets for auth
19
20
[[services]]
21
protocol = "tcp"
0 commit comments