diff --git a/content/CORE/CORETutorials/SystemConfiguration/ConfiguringACMEDNS.md b/content/CORE/CORETutorials/SystemConfiguration/ConfiguringACMEDNS.md index bad2d20145..bb354cfb6b 100644 --- a/content/CORE/CORETutorials/SystemConfiguration/ConfiguringACMEDNS.md +++ b/content/CORE/CORETutorials/SystemConfiguration/ConfiguringACMEDNS.md @@ -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. diff --git a/content/CORE/UIReference/System/ACMEDNS.md b/content/CORE/UIReference/System/ACMEDNS.md index 3cb8a27c58..272825a002 100644 --- a/content/CORE/UIReference/System/ACMEDNS.md +++ b/content/CORE/UIReference/System/ACMEDNS.md @@ -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 >}}