From e55aee1d06cdd9c1c0c29b07254b5367fc51760a Mon Sep 17 00:00:00 2001 From: Brylie Christopher Oxley Date: Wed, 13 Apr 2016 11:47:12 +0300 Subject: [PATCH] Add Namecheap custom DNS details --- FAQ.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 1514228..7fb466d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,7 +1,23 @@ - +# Namecheap related ## How to add Namecheap SSL intermediate certificates? To all of you that are having trouble adding the Namecheap SSL keys. Via The intermediary keys need to be added in this order: - COMODORSADomainValidationSecureServerCA.crt -- COMODORSAAddTrustCA.crt \ No newline at end of file +- COMODORSAAddTrustCA.crt + +## How to configure Namecheap custom DNS nameserver? + +1. Go to **Advanced DNS** > **Personal DNS Server** > **Register Nameserver** +2. Enter the following configuration options: + - Nameserver type: ns1.box (then press Enter) + - IP Address: xxx.xxx.xxx.xxx +3. Click Done. + +To see your entry +1. Go to **Find Nameservers** +2. Select **Custom Nameserver** and enter in *Host*: + - ns1.box.example.com with example.com the name of your domain, +3. Press **Search** + +You should see the new entry below. \ No newline at end of file