Difference between revisions of "Instructions for configuring your own portal domain"
From Updox API
(Created page with " I purchased domain <code>xyzPortal.com</code> and I want Updox to server their Patient Portal from this domain. How do I need to configure my domain to make this happen? 1....") |
|||
Line 11: | Line 11: | ||
|- | |- | ||
|A | |A | ||
− | | | + | |xyzPortal.com |
|74.219.154.218 | |74.219.154.218 | ||
|- | |- | ||
Line 21: | Line 21: | ||
|xyzPortal.com | |xyzPortal.com | ||
|xyzPortal.com (Priority does not matter) | |xyzPortal.com (Priority does not matter) | ||
+ | |- | ||
+ | |NS | ||
+ | |xyzPortal.com | ||
+ | |ns1.dnsimple.com | ||
+ | |- | ||
+ | |NS | ||
+ | |xyzPortal.com | ||
+ | |ns2.dnsimple.com | ||
+ | |- | ||
+ | |NS | ||
+ | |xyzPortal.com | ||
+ | |ns3.dnsimple.com | ||
+ | |- | ||
+ | |NS | ||
+ | |xyzPortal.com | ||
+ | |ns4.dnsimple.com | ||
+ | |- | ||
+ | |TXT | ||
+ | |xyzPortal.com | ||
+ | |(provided by Updox) | ||
+ | |- | ||
+ | |TXT | ||
+ | |(provided by Updox) | ||
+ | |(provided by Updox) | ||
|} | |} |
Revision as of 15:21, 30 April 2014
I purchased domain xyzPortal.com
and I want Updox to server their Patient Portal from this domain. How do I need to configure my domain to make this happen?
1. Acquire an SSL certificate for your domain 2. Forward your SSL certificate to Updox so we can serve it from our servers 3. Ensure the following records are set for your domain (note - all TTL values should be 3600 seconds):
Record Type | Name | Content |
---|---|---|
A | xyzPortal.com | 74.219.154.218 |
A | *.xyzPortal.com | 74.219.154.218 |
MX | xyzPortal.com | xyzPortal.com (Priority does not matter) |
NS | xyzPortal.com | ns1.dnsimple.com |
NS | xyzPortal.com | ns2.dnsimple.com |
NS | xyzPortal.com | ns3.dnsimple.com |
NS | xyzPortal.com | ns4.dnsimple.com |
TXT | xyzPortal.com | (provided by Updox) |
TXT | (provided by Updox) | (provided by Updox) |