Configure a custom domain for your SlapFive Boards

By default, the URL of SlapFive Boards begins with https://your_company.slapfive.com. This section shows you how to have the URLs begin with a custom domain.

By configuring a custom domain, you can make viewers of SlapFive Boards feel like they are on one of your own branded web properties. Instead of having the URL of your Boards begin with your_company.slapfive.com, they will begin with your_subdomain.your_company.com.

The way you set up a custom domain is by creating a subdomain of your company’s domain. The first thing you need to do is to decide on that subdomain, for example:

voice.your_company.com customers.your_company.com.

Once you've decided on a subdomain, follow these steps.

  1. Have your IT department create the new subdomain using the following fields: Type: CNAME Name: your_subdomain.your_company.com Value: app.slapfive.com

  2. If your domain has a CAA record to allow Certificate Authorities to issue certificates, you will need to add a CAA record to the subdomain as follows. This enables SlapFive to create and maintain the SSL certificate. prefix.your_company.com. 32 IN CAA 0 issue “letsencrypt.org”

  3. Let SlapFive know that your CNAME record has been created. We will create the SSL certificate and activate your subdomain in the SlapFive domain management console, then let you know when it is set up.

TEST IT OUT: Go to the Boards tab and open a Board, make sure the Address shows your custom domain and that you don’t get any security warnings. Copy a Board URL and make sure you see your custom domain.

Last updated