Skip to content

Commit

Permalink
doc: Add description for new aws template param (TLSCertificateSecret…
Browse files Browse the repository at this point in the history
…ARN) (#1382)

* doc: Add info for new aws template param (TLSCertificateSecretARN)

* doc: Add info about TLS in the prerequistes for the ami deployment guide
  • Loading branch information
vlasebian authored Oct 9, 2024
1 parent ba4b153 commit 1b39955
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The following are necessary to complete this guide:
4. A LoRaWAN® compliant Gateway
5. A LoRaWAN compliant End Device
6. Access to a name server for DNS mapping
7. (Optional) An AWS Secret containing TLS certificate data, if a custom TLS certificate is needed

## Deployment using AWS Cloud Formation

Expand Down Expand Up @@ -80,9 +81,10 @@ This template allows the user to customize the deployment. The following is a li
|SendGrid API Key*|API key for [SendGrid](https://sendgrid.com/) to send emails.|-|
|Amazon ElastiCache KMS Key ID*|Key used for Redis at-rest encryption. Leave empty to disable encryption. (Warning) A change to this field requires manual migration of the database.|-|
|Amazon ElastiCache Password*|Password used to access Redis. Leave empty to disable TLS connection. (Warning) A change to this field requires manual migration of the database.|-|
|TLS Certificate|TLS certificate to use. If left empty, TLS certificates from Let's Encrypt will automatically be requested.|-|
|TLS Certificate Key|TLS certificate key to use. If left empty, TLS certificates from Let's Encrypt will automatically be requested.|-|
|TLS Certificate CA|TLS certificate CA to use. If left empty, TLS certificates from Let's Encrypt will automatically be requested.|-|
|TLS Certificate*|TLS certificate to use. If left empty, TLS certificates from Let's Encrypt will automatically be requested.|-|
|TLS Certificate Key*|TLS certificate key to use. If left empty, TLS certificates from Let's Encrypt will automatically be requested.|-|
|TLS Certificate CA*|TLS certificate CA to use. If left empty, TLS certificates from Let's Encrypt will automatically be requested.|-|
|ARN of an AWS Secret containing the TLS certificate data*|TLS certificate data specified as an AWS secret. If this secret is specified, TLSCertificate, TLSCertificateCA and TLSCertificateKey values will be ignored. The AWS secret must have 3 key/value pairs with the key names: cert, key, ca.|-|

> \* Optional field
Expand Down

0 comments on commit 1b39955

Please sign in to comment.