Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pd 1068 acme dns authenticators #2700

Merged
merged 4 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ Go to **System > ACME DNS** and click **ADD**.

![SystemACMEDNSAdd](/images/CORE/System/SystemACMEDNSAdd.png "ACME DNS Add")

Name the authenticator, choose a DNS provider, and configure any required **Authenticator Attributes**:
Name the authenticator.
Leave **Authenticator** set to **Route53**.
Enter the **Access ID Key** and **Secret Access Key** from Amazon.

{{< hint type=note >}}
The Route 53 Amazon DNS web service requires entering an Amazon account **Access ID Key** and **Secret Access Key**.
See the [AWS documentation](https://aws.amazon.com/premiumsupport/knowledge-center/create-access-key/) for more details about generating these keys.
{{< hint type=note title="Supported DNS Providers" >}}
Amazon Route 53 is the only supported DNS provider in TrueNAS CORE.
See the [AWS documentation](https://aws.amazon.com/premiumsupport/knowledge-center/create-access-key/) for more details about generating the **Access ID Key** and **Secret Access Key**.
{{< /hint >}}

Click **SUBMIT** to register the DNS Authenticator and add it to the authenticator options for ACME Certificates.
Expand Down
2 changes: 1 addition & 1 deletion content/CORE/UIReference/System/ACMEDNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tags:
| Name | Description |
|------|-------------|
| **Name**| Internal identifier for the authenticator. |
| **Authenticator** | Choose a DNS provider and configure any required authenticator attributes. |
| **Authenticator** | DNS provider for the authenticator. Amazon Route 53 is the only supported DNS provider in TrueNAS CORE. |
| **Access ID Key** | Key generated by the Amazon Web Services account. See the [AWS Access Key documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html) for instructions to generate the key. |
| **Secret Access Key** | Key generated by the Amazon Web Services account. See the [AWS Access Key documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html) for instructions to generate the key. |
{{< /truetable >}}
Loading