Sha256: da61a742c4f775443ec74ab5e7782b7f630a1ee0ced3441f88252c747502f142
Contents?: true
Size: 836 Bytes
Versions: 5
Compression:
Stored size: 836 Bytes
Contents
--- title: SSL Support nav_order: 28 --- 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
5 entries across 5 versions & 1 rubygems