Sha256: 4e9413813b03b6aa54f88eee826ee1f1bf3df31cf03c663054a5e1bd5aab8384
Contents?: true
Size: 835 Bytes
Versions: 12
Compression:
Stored size: 835 Bytes
Contents
--- title: SSL Support nav_order: 27 --- You can configure SSL support by uncomment the `listener_ssl` option in `.ufo/settings/cfn/default.yml`. Here's an example: ``` listener_ssl: port: 443 certificates: - certificate_arn: arn:aws:acm:us-east-1:111111111111:certificate/11111111-2222-3333-4444-555555555555 ``` For the certificate arn, you will need to create a certificate with AWS ACM. To do so, you can follow these instructions: [Request a Public Certificate ](https://docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html) The protocol will be either HTTP or HTTPS for Application Load Balancers and TCP or TLS for Network Load Balancers. Ufo will infer the right value, so you usually don't have to configure the protocol manually. You can configure it if required though. {% include prev_next.md %}
Version data entries
12 entries across 12 versions & 1 rubygems