Skip to content

Commit d476153

Browse files
committed
Clarify acm gateway certificate
1 parent 7e26896 commit d476153

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/docs/concepts/gateways.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ If you disable [public IP](#public-ip) (e.g. to make the gateway private) or if
120120

121121
* `lets-encrypt` (default) — Automatic certificates via [Let's Encrypt](https://letsencrypt.org/). Requires a [public IP](#public-ip).
122122
* `acm` — Certificates managed by [AWS Certificate Manager](https://aws.amazon.com/certificate-manager/). AWS-only. TLS is terminated at the load balancer, not at the gateway.
123+
Requires a VPC with at least two subnets in different availability zones to provision a load balancer. If `public_ip: False`, subnets must be private and have a route to NAT gateway.
123124
* `null` — No certificate. Services will use HTTP.
124125

125126
### Public IP

0 commit comments

Comments
 (0)