Skip to content

Commit

Permalink
feat: update TLS configuration (#124)
Browse files Browse the repository at this point in the history
Newer versions of `f2` support multiple domains using SNI, so we need to
upgrade to that. This will fail to reconcile on the live instance but
we'll bring up another one that supports the changes.

This change:
* Adds the `domains` property with `opentracker.app` in it
  • Loading branch information
alexander-jackson committed Oct 11, 2023
1 parent 9f9c020 commit 017177d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions f2/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ alb:
port: 443
reconciliation: /reconcile
tls:
cert_file:
location: s3
bucket: configuration-68f6c7
key: f2/fullchain.pem
key_file:
location: s3
bucket: configuration-68f6c7
key: f2/privkey.pem
domains:
opentracker.app:
cert_file:
location: s3
bucket: configuration-68f6c7
key: f2/fullchain.pem
key_file:
location: s3
bucket: configuration-68f6c7
key: f2/privkey.pem

secrets:
private_key:
Expand Down

0 comments on commit 017177d

Please sign in to comment.