Difference between revisions of "Instructions for configuring your own portal domain"
From Updox API
Line 4: | Line 4: | ||
1. Acquire an SSL certificate for your domain | 1. Acquire an SSL certificate for your domain | ||
2. Forward your SSL certificate to Updox so we can serve it from our servers | 2. Forward your SSL certificate to Updox so we can serve it from our servers | ||
− | 3. | + | 3. Set the following records for your domain (note - all TTL values should be 3600 seconds): |
{| class="wikitable" | {| class="wikitable" | ||
! style="text-align:left;"| Record Type | ! style="text-align:left;"| Record Type | ||
! style="text-align:left;" | Name | ! style="text-align:left;" | Name | ||
! style="text-align:left;" | Content | ! style="text-align:left;" | Content | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|NS | |NS | ||
Line 37: | Line 25: | ||
|xyzPortal.com | |xyzPortal.com | ||
|ns4.dnsimple.com | |ns4.dnsimple.com | ||
+ | |} | ||
+ | |||
+ | |||
+ | 4. Updox will add the following records to the <code>xyzPortal.com</code> domain: | ||
+ | {| class="wikitable" | ||
+ | ! style="text-align:left;"| Record Type | ||
+ | ! style="text-align:left;" | Name | ||
+ | ! style="text-align:left;" | Content | ||
+ | |- | ||
+ | |A | ||
+ | |xyzPortal.com | ||
+ | |(custom value) | ||
+ | |- | ||
+ | |A | ||
+ | |*.xyzPortal.com | ||
+ | |(custom value) | ||
+ | |- | ||
+ | |MX | ||
+ | |xyzPortal.com | ||
+ | |xyzPortal.com (Priority does not matter) | ||
|- | |- | ||
|TXT | |TXT | ||
|xyzPortal.com | |xyzPortal.com | ||
− | |( | + | |(custom value) |
|- | |- | ||
|TXT | |TXT | ||
− | |( | + | |(custom value) |
− | |( | + | |(custom value) |
|} | |} |
Revision as of 15:31, 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. Set the following records for your domain (note - all TTL values should be 3600 seconds):
Record Type | Name | Content |
---|---|---|
NS | xyzPortal.com | ns1.dnsimple.com |
NS | xyzPortal.com | ns2.dnsimple.com |
NS | xyzPortal.com | ns3.dnsimple.com |
NS | xyzPortal.com | ns4.dnsimple.com |
4. Updox will add the following records to the xyzPortal.com
domain:
Record Type | Name | Content |
---|---|---|
A | xyzPortal.com | (custom value) |
A | *.xyzPortal.com | (custom value) |
MX | xyzPortal.com | xyzPortal.com (Priority does not matter) |
TXT | xyzPortal.com | (custom value) |
TXT | (custom value) | (custom value) |