What is needed to configure the custom domain?

Setting up your custom URL.

Helghardt Avenant avatar
Written by Helghardt Avenant
Updated over a week ago

This only applies if you opt for Rehive to provide hosting and maintenance of your white-label web app.

Step 1: Configure DNS

Log in to your domain name/ DNS provider's portal and set up the following DNS records:

  • Test app:
    Host Name: test.app.yourdomain.com
    Type: CNAME
    TTL: 5 minutes (or longer if your provider does not support 5min TTL)
    Data/target: fintechdns.com

  • Production app:
    Host Name: app.yourdomain.com
    Type: CNAME
    TTL: 5 minutes (or longer if your provider does not support 5min TTL)
    Data/target: fintechdns.com

  • You must own and control your website domain.

  • You will be required to set A records for relevant wallet domains and point them to our servers.

Test project

For your test project, use test.app.yourdomain.com

Production project

For your production project, use app.yourdomain.com

If you want, you can also use a different domain, for example, wallet.yourdomain.com

We also support docs.yourdomain.com if you have selected the Merchant Documentation hosting too.

Step 2: Add the domain on Rehive

  1. Click on Extensions.

  2. Choose App Extension.

  3. From the App Extension page click on App domain.

  4. Click on Add domain - choose the preferred hosting type:

    1. Hosting with Rehive

    2. Hosting it myself

  5. Submit the domain you have configured. (e.g. test.wallet.yourdomain.com)

Remember to not include www and https:// when adding your domain below.

Step 3: Activate your domain

To activate your domain, click "Activate" and follow the instructions on the modal.

Notes

  • If you decide to make customizations directly on the frontend code base, then you need to do hosting and maintenance yourself from that point onwards.

Did this answer your question?