NS record management
Avis
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 NS record management, covering a series of targeted actions, including:
Benefits
NS record management improves DNS performance by accelerating domain resolution, minimizing downtime, and automating updates across nameservers. DigiCert® DNS streamlines DNS delegation, ensures consistent propagation, and reduces the risk of misconfigurations. Centralized visibility and control help maintain security, reliability, and efficient management across all domains.
Procedures
Avis
This procedure creates an NS record (nsrecord) 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/NS
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
Select the RECORDS tab.
Select the Add Record button.
In the Add Record dialog:
Select NS from the Record Type drop-down list.
Enter a name in the Name field (for example, nsrecord).
Set the TTL value, or keep the default of 600.
Select a GTD region, or keep the default selection of Default.
Enter a valid hostname in the Hostname field.
To add more entries, select Add Another Hostname.
Toggle Enabled to turn the hostname on or off.
(Optional) Select Save and Add Another to add more records.
Select Save and Close to finish.
A message appears confirming the successful creation of the record.
Avis
This procedure deletes a specific NS record (nsrecord) from the primary domain domain1. The primary domain and NS 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/NS/{recordId}
Path 1
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
In the RECORDS tab, locate the record you want to delete (for example, nsrecord).
From the overflow menu (three vertical dots) at the end of the record's row, select Delete.
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful deletion of the record.
Path 2
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
In the RECORDS tab, select the checkbox of the record you want to delete.
Astuce
You can select multiple checkboxes to delete several records at once.
Go to Actions > Delete Records.
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful deletion of the record.
Avis
This procedure displays the NS 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/NS
Path 1
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
Select the RECORDS tab.
The table displays all the records associated with the domain.
Select Filters at the top of the results table:
Under Column, select Record Type.
Under Operator, select contains.
Under Value, enter NS.
Select Columns at the top of the results table, then select all checkboxes to ensure that all record information is displayed.
Path 2
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
Select the RECORDS tab.
The table displays all the records associated with the domain.
Toggle Group Records to group records by type.
Select the NS record drop-down list.
Avis
This procedure displays the details of a specific NS record (nsrecord) 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/NS/{recordId}
Path 1
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
Select the RECORDS tab.
The table displays all the records associated with the domain.
Locate the record (for example, nsrecord) whose details you want to view.
Select Columns at the top of the results table, then select all checkboxes to ensure that all record information is displayed.
Path 2
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
Select the RECORDS tab.
The table displays all the records associated with the domain.
Select Filters at the top of the results table to locate the specific record quickly.
Astuce
In this example, the name of the record is known, so the following filter was applied:
Under Column, select Name.
Under Operator, select contains.
Under Value, enter the record's name (nsrecord).
If no results appear, double-check the Filters selections and input values.
Select Columns at the top of the results table, then select all checkboxes to ensure that all record information is displayed.
Avis
This procedure updates a specific NS record (nsrecord) created in an earlier procedure.
To test this function, call this API endpoint: PUT /domains/primary/{domainId}/records/NS/{recordId}
Sign in to your DigiCert® DNS account.
From the landing page, go to the left sidebar and select DNS > Domains.
In the MANAGED DNS tab, select the relevant domain (for example, domain1).
Select the RECORDS tab.
The table displays all the records associated with the domain.
Locate the specific record - see Path 2 for quick filtering.
Select the name of the record (for example, nsrecord) 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.
In the Edit Record dialog:
Edit the record's details as required.
Select Save to finish.
A message appears confirming the successful update of the record.