Skip to main content

TXT record management

Hinweis

In DigiCert®​​ DNS, managed domains (as seen in the UI) are referred to as primary domains in the documentation. Both terms refer to the same concept.

Overview

This guide provides detailed instructions for TXT record management, covering a series of targeted actions, including:

Benefits

Efficient management of TXT records is essential for DNS security and email integrity, as it enables the configuration of SPF, DKIM, and DMARC records, which help prevent email spoofing and phishing attacks. By leveraging DigiCert®​​ DNS for TXT record management, organizations benefit from improved domain authentication, enhanced scalability, and flexibility, as the platform simplifies the management of multiple domains. Additionally, it offers greater security and monitoring capabilities, allowing users to track domain performance and respond to threats proactively. Centralized management streamlines the implementation of security policies, reducing manual effort, minimizing configuration errors, and ensuring consistent enforcement of security measures across all domains.

Procedures

Hinweis

This procedure creates a TXT record (txtrecord) for the primary domain domain1. The primary domain was previously created here.

To test this function, call this API endpoint: POST /domains/primary/{domainId}/records/TXT

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. Select the RECORDS tab.

  5. Select the Add Record button.

  6. In the Add Record dialog:

    1. Select TXT from the Record Type drop-down list.

    2. Enter a name in the Name field (for example, txtrecord).

    3. Set the TTL value, or keep the default of 600.

    4. Select a GTD region, or keep the default selection of Default.

    5. Select a Syntax value.

      Options include Generic, SPF, DKIM, DMARC, and BIMI.

    6. Enter a valid value in the Value field.

      To add more entries, select Add Another Value.

    7. (Optional) Select Save and Add Another to add more records.

    8. Select Save and Close to finish.

      A message appears confirming the successful creation of the record.

Hinweis

This procedure deletes a specific TXT record (txtrecord) from the primary domain domain1. The primary domain and TXT record were created in earlier procedures. You can follow either Path 1 or Path 2 to complete the deletion.

To test this function, call this API endpoint: DELETE /domains/primary/{domainId}/records/TXT/{recordId}

Path 1

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. In the RECORDS tab, locate the record you want to delete (for example, txtrecord).

  5. From the overflow menu (three vertical dots) at the end of the record's row, select Delete.

  6. In the Confirm Deletion dialog, select Confirm.

    A message appears confirming the successful deletion of the record.

Path 2

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. In the RECORDS tab, select the checkbox of the record you want to delete.

    Tipp

    You can select multiple checkboxes to delete several records at once.

  5. Go to Actions > Delete Records.

  6. In the Confirm Deletion dialog, select Confirm.

    A message appears confirming the successful deletion of the record.

Hinweis

This procedure displays the TXT records of a specific primary domain (domain1). The primary domain was previously created here. You can follow either Path 1 or Path 2 to complete the retrieval.

To test this function, call this API endpoint: GET /domains/primary/{domainId}/records/TXT

Path 1

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. Select the RECORDS tab.

    The table displays all the records associated with the domain.

  5. Select Filters at the top of the results table:

    1. Under Column, select Record Type.

    2. Under Operator, select contains.

    3. Under Value, enter TXT.

  6. Select Columns at the top of the results table, then select all checkboxes to ensure that all record information is displayed.

Path 2

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. Select the RECORDS tab.

    The table displays all the records associated with the domain.

  5. Toggle Group Records to group records by type.

  6. Select the TXT record drop-down list.

Hinweis

This procedure displays the details of a specific TXT record (txtrecord) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.

To test this function, call this API endpoint: GET /domains/primary/{domainId}/records/TXT/{recordId}

Path 1

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. Select the RECORDS tab.

    The table displays all the records associated with the domain.

  5. Locate the record (for example, txtrecord) whose details you want to view.

  6. Select Columns at the top of the results table, then select all checkboxes to ensure that all record information is displayed.

Path 2

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. Select the RECORDS tab.

    The table displays all the records associated with the domain.

  5. Select Filters at the top of the results table to locate the specific record quickly.

    Tipp

    In this example, the name of the record is known, so the following filter was applied:

    1. Under Column, select Name.

    2. Under Operator, select contains.

    3. Under Value, enter the record's name (txtrecord).

      If no results appear, double-check the Filters selections and input values.

  6. Select Columns at the top of the results table, then select all checkboxes to ensure that all record information is displayed.

Hinweis

This procedure updates a specific TXT record (txtrecord) created in an earlier procedure.

To test this function, call this API endpoint: PUT /domains/primary/{domainId}/records/TXT/{recordId}

  1. Sign in to your DigiCert®​​ DNS account.

  2. From the landing page, go to the left sidebar and select DNS > Domains.

  3. In the MANAGED DNS tab, select the relevant domain (for example, domain1).

  4. Select the RECORDS tab.

    The table displays all the records associated with the domain.

  5. Locate the specific record - see Path 2 for quick filtering.

  6. Select the name of the record (for example, txtrecord) whose details you want to update.

    Alternatively, select the overflow menu (three vertical dots) at the end of the record's row, and select Edit.

  7. In the Edit Record dialog:

    1. Edit the record's details as required.

    2. Select Save to finish.

      A message appears confirming the successful update of the record.