Managing DNS connectors
Configure a DNS connector
Once installed, DNS connectors must be configured to connect to your DNS provider. Multiple DNS providers can be connected to a single connector.
-
In a command prompt window, navigate to the DNS connector install location.
-
Add the Cloudflare provider.
sectigo-dcs.exe provider add -type cloudflare -name "<yourProviderName>" -token "<yourCloudflareToken>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Cloudflare, the value must be
cloudflare.nameThe name used to represent the DNS provider in SCM.
tokenThe authentication token specific to your Cloudflare account. This token is required to authorize the DNS connector to interact with Cloudflare’s API on behalf of your account.
-
Verify the provider is added.
sectigo-dcs.exe debug provider ping -name "<yourProviderName>"
-
In a command prompt window, navigate to the DNS connector install location.
-
Add the Amazon Route 53 provider.
sectigo-dcs.exe provider add -type route53 -name "<yourProviderName>" -access-key-id "<yourAccessKeyID>" -region "<yourAWSRegion>" -secret-key "<yourSecretKey>" -session-token "<yourSessionToken>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Amazon Route 53, the value must be
route53.nameThe name used to represent the DNS provider in SCM.
access-key-idThe AWS access key ID generated for your AWS account. This key is used to authenticate API requests.
regionThe AWS region where your Route 53 resources are located.
Some examples of AWS region IDs include
us-east-1,eu-west-1, and so on.secret-keyThe AWS secret access key generated for your AWS account. This key, along with the access key ID, is used to sign API requests.
session-token(Optional) The session token for temporary security credentials. This is included if you are using temporary credentials from AWS STS (Security Token Service).
-
Verify the provider is added.
sectigo-dcs.exe debug provider ping -name "<yourProviderName>"
-
In a command prompt window, navigate to the DNS connector install location.
-
Add the Azure DNS provider.
sectigo-dcs.exe provider add -type azure -name "<yourProviderName>" -resource-group "<yourResourceGroupName>" -subscription "<yourSubscriptionID>" -tenant-id "<yourTenantID>" -client-id "<yourClientID>" -client-secret "<yourClientSecret>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Azure DNS, the value must be
azure.nameThe name used to represent the DNS provider in SCM.
resource-groupThe name of the Azure resource group that contains your DNS zone.
subscriptionThe Azure subscription ID associated with your account. This identifies your subscription within Azure.
tenant-idThe Microsoft Entra ID (formerly Azure Active Directory) tenant ID.
client-idThe client ID of the Microsoft Entra application. This is used for authentication.
client-secretThe client secret associated with the Microsoft Entra application. This is used for authentication.
-
Verify the provider is added.
sectigo-dcs.exe debug provider ping -name "<yourProviderName>"
-
In a command prompt window, navigate to the DNS connector install location.
-
Add the GoDaddy DNS provider.
sectigo-dcs.exe provider add -type godaddy -name "<yourProviderName>" -api-key "<yourAPIKey>" -api-secret "<yourAPISecret>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For GoDaddy DNS, the value must be
godaddy.nameThe name used to represent the DNS provider in SCM.
api-keyThe API key generated from your GoDaddy account. This key is used to authenticate API requests.
api-secretThe API secret associated with your GoDaddy API key. This secret, along with the API key, is used to sign API requests.
-
Verify the provider is added.
sectigo-dcs.exe debug provider ping -name "<yourProviderName>"
-
In a command prompt window, navigate to the DNS connector install location.
-
Add the Akamai Edge DNS provider.
sectigo-dcs.exe provider add -type akamai -name "<yourProviderName>" -access-token "<yourAccessToken>" -client-secret "<yourClientSecret>" -client-token "<yourClientToken>" -host "<yourHost>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Akamai Edge DNS, the value must be
akamai.nameThe name used to represent the DNS provider in SCM.
access-tokenThe access token generated from your Akamai account. This token is used to authenticate API requests.
client-secretThe client secret associated with your Akamai API client. This secret, along with the client token, is used to sign API requests.
client-tokenThe client token generated from your Akamai account. This token, along with the client secret, is used to authenticate API requests.
hostThe host URL for the Akamai API endpoint. This specifies the server to which API requests are sent.
-
Verify the provider is added.
sectigo-dcs.exe debug provider ping -name "<yourProviderName>"
-
In a command prompt window, navigate to the DNS connector install location.
-
Add the DNSimple DNS provider.
sectigo-dcs.exe provider add -type dnsimple -name "<yourProviderName>" -access-token "<yourAccessToken>" -account-id "<yourAccountID>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For DNSimple DNS, the value must be
dnsimple.nameThe name used to represent the DNS provider in SCM.
access-tokenThe access token generated from your DNSimple account. This token is used to authenticate API requests.
account-idThe account ID associated with your DNSimple account. This ID is used to specify which account the API requests should be applied to.
-
Verify the provider is added.
sectigo-dcs.exe debug provider ping -name "<yourProviderName>"
-
In a command prompt window, navigate to the DNS connector install location.
-
Add the OVHcloud provider.
sectigo-dcs.exe provider add -type ovh -name "<yourProviderName>" -endpoint <yourOVHendpoint> -app-key "<yourAPIkey>" -app-secret "<yourAppSecret>" -consumer-key "<yourConsumerKey>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For OVHcloud, the value must be
ovh.nameThe name used to represent the DNS provider in SCM.
endpointThe OVH region ID indicating where your services are hosted.
Some examples of OVHcloud region IDs include
ovh-eu,ovh-ca, andovh-us.app-keyThe Application Key (AK) provided by OVHcloud when you register your application. This key is used to identify your application in API requests.
app-secretThe Application Secret (AS) provided by OVHcloud alongside the Application Key. This secret, along with the application key, is used to sign API requests.
consumer-keyThe Consumer Key (CK) obtained after authenticating your application with OVHcloud’s API using your Application Key and Application Secret. This key grants your application permission to make API requests on behalf of a user’s account.
-
Verify the provider is added.
sectigo-dcs.exe debug provider ping -name "<yourProviderName>"
|
You can view additional CLI commands with the sectigo-dcs provider help |
Managing DNS providers
Modify a DNS provider
-
In a command prompt window, navigate to the DNS connector install location.
-
Modify the Cloudflare provider.
sectigo-dcs.exe provider modify -type cloudflare -name "<yourProviderName>" -token "<yourCloudflareToken>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Cloudflare, the value must be
cloudflare.nameThe name used to represent the DNS provider in SCM.
tokenThe authentication token specific to your Cloudflare account. This token is required to authorize the DNS connector to interact with Cloudflare’s API on behalf of your account.
-
Verify the provider’s details.
sectigo-dcs.exe provider list
-
In a command prompt window, navigate to the DNS connector install location.
-
Modify the Amazon Route 53 provider.
sectigo-dcs.exe provider modify -type route53 -name "<yourProviderName>" -access-key-id "<yourAccessKeyID>" -region "<yourAWSRegion>" -secret-key "<yourSecretKey>" -session-token "<yourSessionToken>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Amazon Route 53, the value must be
route53.nameThe name used to represent the DNS provider in SCM.
access-key-idThe AWS access key ID generated for your AWS account. This key is used to authenticate API requests.
regionThe AWS region where your Route 53 resources are located.
Some examples of AWS region IDs include
us-east-1,eu-west-1, and so on.secret-keyThe AWS secret access key generated for your AWS account. This key, along with the access key ID, is used to sign API requests.
session-token(Optional) The session token for temporary security credentials. This is included if you are using temporary credentials from AWS STS (Security Token Service).
-
Verify the provider’s details.
sectigo-dcs.exe provider list
-
In a command prompt window, navigate to the DNS connector install location.
-
Modify the Azure DNS provider.
sectigo-dcs.exe provider modify -type azure -name "<yourProviderName>" -resource-group "<yourResourceGroupName>" -subscription "<yourSubscriptionID>" -tenant-id "<yourTenantID>" -client-id "<yourClientID>" -client-secret "<yourClientSecret>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Azure DNS, the value must be
azure.nameThe name used to represent the DNS provider in SCM.
resource-groupThe name of the Azure resource group that contains your DNS zone.
subscriptionThe Azure subscription ID associated with your account. This identifies your subscription within Azure.
tenant-idThe Microsoft Entra ID (formerly Azure Active Directory) tenant ID.
client-idThe client ID of the Microsoft Entra application. This is used for authentication.
client-secretThe client secret associated with the Microsoft Entra application. This is used for authentication.
-
Verify the provider’s details.
sectigo-dcs.exe provider list
-
In a command prompt window, navigate to the DNS connector install location.
-
Modify the GoDaddy DNS provider.
sectigo-dcs.exe provider modify -type godaddy -name "<yourProviderName>" -api-key "<yourAPIKey>" -api-secret "<yourAPISecret>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For GoDaddy DNS, the value must be
godaddy.nameThe name used to represent the DNS provider in SCM.
api-keyThe API key generated from your GoDaddy account. This key is used to authenticate API requests.
api-secretThe API secret associated with your GoDaddy API key. This secret, along with the API key, is used to sign API requests.
-
Verify the provider’s details.
sectigo-dcs.exe provider list
-
In a command prompt window, navigate to the DNS connector install location.
-
Modify the Akamai Edge DNS provider.
sectigo-dcs.exe provider modify -type akamai -name "<yourProviderName>" -access-token "<yourAccessToken>" -client-secret "<yourClientSecret>" -client-token "<yourClientToken>" -host "<yourHost>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For Akamai Edge DNS, the value must be
akamai.nameThe name used to represent the DNS provider in SCM.
access-tokenThe access token generated from your Akamai account. This token is used to authenticate API requests.
client-secretThe client secret associated with your Akamai API client. This secret, along with the client token, is used to sign API requests.
client-tokenThe client token generated from your Akamai account. This token, along with the client secret, is used to authenticate API requests.
hostThe host URL for the Akamai API endpoint. This specifies the server to which API requests are sent.
-
Verify the provider’s details.
sectigo-dcs.exe provider list
-
In a command prompt window, navigate to the DNS connector install location.
-
Modify the DNSimple DNS provider.
sectigo-dcs.exe provider modify -type dnsimple -name "<yourProviderName>" -access-token "<yourAccessToken>" -account-id "<yourAccountID>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For DNSimple DNS, the value must be
dnsimple.nameThe name used to represent the DNS provider in SCM.
access-tokenThe access token generated from your DNSimple account. This token is used to authenticate API requests.
account-idThe account ID associated with your DNSimple account. This ID is used to specify which account the API requests should be applied to.
-
Verify the provider’s details.
sectigo-dcs.exe provider list
-
In a command prompt window, navigate to the DNS connector install location.
-
Modify the OVHcloud provider.
sectigo-dcs.exe provider modify -type ovh -name "<yourProviderName>" -endpoint <yourOVHendpoint> -app-key "<yourAPIkey>" -app-secret "<yourAppSecret>" -consumer-key "<yourConsumerKey>"The command options are outlined in the following table.
Option Description typeThe type of DNS provider that is being added.
For OVHcloud, the value must be
ovh.nameThe name used to represent the DNS provider in SCM.
endpointThe OVH region ID indicating where your services are hosted.
Some examples of OVHcloud region IDs include
ovh-eu,ovh-ca, andovh-us.app-keyThe Application Key (AK) provided by OVHcloud when you register your application. This key is used to identify your application in API requests.
app-secretThe Application Secret (AS) provided by OVHcloud alongside the Application Key. This secret, along with the application key, is used to sign API requests.
consumer-keyThe Consumer Key (CK) obtained after authenticating your application with OVHcloud’s API using your Application Key and Application Secret. This key grants your application permission to make API requests on behalf of a user’s account.
-
Verify the provider’s details.
sectigo-dcs.exe provider list
Restore a DNS connector
DNS connectors that are offline for over 30 days may lose the ability to connect to SCM. In most cases, this connectivity can be restored by doing the following:
-
Log in to SCM.
-
Navigate to .
-
Select the connector to be restored, and click Restore.
-
Click OK.
-
Save the displayed token, and close the Restore Connector dialog.
-
In a command prompt window, navigate to the DNS connector install location.
-
Restore the connector.
register -token <registration_token> -force
Update a DNS connector
-
Log in to SCM.
-
From the left-hand menu, select About.
-
Click the Download DNS Connector icon.
-
(Optional) If required, move the
SectigoDCS.msifile to the DNS connector machine. -
Right-click
SectigoDCS.msiand click Install.The package automatically recognizes that there’s an existing version of the DNS connector and initiates an update instead of a new install.
-
Read the EULA, select I accept the terms in the License Agreement, and click Next.
-
(Optional) Specify an installation location.
-
Click Next, Install, and Close.
Uninstall a DNS connector
-
In Windows, navigate to .
-
Search for Sectigo.
-
Select the Sectigo DNS Connector and click Uninstall.
-
(Optional) Delete the files and logs associated with the DNS connector.
-
Navigate to
C:\ProgramData\Sectigo Limited. -
Delete the
SectigoDCSfolder.This cannot be undone. Only delete this folder if you want to completely remove all files and logs related to the DNS Connector.
-
-
In SCM, navigate to .
-
Select the connector you want to delete.
-
Click the Delete icon.
-
Click Delete.