Skip to main content

AAAA 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 AAAA record management, covering a series of targeted actions, including:

Benefits

AAAA record management is essential for optimizing DNS performance and ensuring future-proof network scalability. Using the DigiCert®​​ DNS platform to manage AAAA records, users can significantly reduce network congestion, minimize latency by bypassing IPv4-to-IPv6 translation, and provide seamless support for the growing number of devices requiring unique IP addresses. This centralized management approach not only boosts security and ensures IPv6 compatibility, but also improves global reachability, enabling more reliable and faster connectivity worldwide. Ultimately, DigiCert®​​ DNS streamlines network configurations, making end-to-end connectivity more efficient and reliable.

Procedures

Hinweis

This procedure creates a AAAA record (aaaarecord) 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/AAAA

  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 AAAA from the Record Type drop-down list.

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

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

    4. Enter a valid IPv6 address in the IPv6 field.

      To add more entries, select Add Another IP.

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

    6. Select Save and Close to finish.

      A message appears confirming the successful creation of the record.

Hinweis

This procedure deletes a specific AAAA record (aaaarecord) from the primary domain domain1. The primary domain and AAAA 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/AAAA/{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, aaaarecord).

  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 AAAA 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/AAAA

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 AAAA.

  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 AAAA record drop-down list.

Hinweis

This procedure displays the details of a specific AAAA record (aaaarecord) 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/AAAA/{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, aaaarecord) 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 (aaaarecord).

      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 AAAA record (aaaarecord) created in an earlier procedure.

To test this function, call this API endpoint: PUT/ domains/primary/{domainId}/records/AAAA/{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, aaaarecord) 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.