Domain Setup

How to add a CNAME record to use a custom verify domain

By default, your product verification page is hosted at verify.qrs.com.vn. With the custom domain feature, you can use your own domain (e.g., verify.example.com) to increase trust and brand recognition.

Prerequisites

Before you start, you need:

Log in to your DNS management panel

Go to your domain registrar's DNS management page (Cloudflare, GoDaddy, Namecheap, etc.). Look for DNS records management or Zone Editor.

Add a CNAME record

Create a new CNAME record with the following details:

DNS record reference table for custom domain

FieldValueNotes
TypeCNAME
NameverifyOr the subdomain you want to use (verify.example.com)
Target / Valuecustom.qrs.com.vnThis is the CNAME target from QRS
TTL3600 (or Auto)Default value is acceptable

Example CNAME record (replace example.com with your domain)

text
verify.example.com.  IN  CNAME  custom.qrs.com.vn.

Note about existing DNS records

If the subdomain you chose already has an A or CNAME record, you need to delete the old record before adding the new one. A subdomain can only have one CNAME record.

Verify in CMS

Go back to the QRS CMS, navigate to "Domains" and click the verify button. The system will check your CNAME record.

Wait for SSL certificate provisioning

After the CNAME is verified, the system automatically provisions an SSL certificate. This usually takes 5-15 minutes, but in some cases can take up to 24 hours.

Troubleshooting

IssueCauseSolution
CNAME verification failedDNS record not yet updatedWait 5-10 minutes for DNS propagation, then retry. Use dig or nslookup to check.
Page not loading after verificationSSL certificate not yet issuedCheck SSL status in CMS. If still pending, wait another 10-15 minutes.
ERR_TOO_MANY_REDIRECTS errorCloudflare proxy feature is enabledDisable proxy (switch to DNS only / grey cloud) for this CNAME record.
CNAME record being overwrittenAn A record with the same name existsDelete the old A record for that subdomain, keep only the CNAME record.

Commands to verify CNAME record

bash
# Check CNAME record on macOS/Linux
dig verify.example.com CNAME

# Check on Windows
nslookup -type=CNAME verify.example.com

Need more help?

If you encounter an issue not listed above, contact our support team via the Contact page or email support@qrs.com.vn.

Was this article helpful?

Still need help?

Our support team is ready to assist you.

Contact us