For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adding a Custom Domain Name

Custom domain

Why set up a custom domain?

  1. The automatically generated domain uses azurewebsites.net which is often blocked by web filtering products as it's often used by spammers and phishing sites due to the ease of obtaining an azurewebsites.net subdomain.

  2. Your bookmark stays the same if you redeploy.

  3. Easier to communicate internally and looks better for your team.

At the moment of deployment, the application uses a generated domain name. To change this, follow these instructions:

CyberDrain Hosted Clients

1

Log In to Management Portal

Go to management.cipp.app

2

Pick the Domains tab

3

Click Add Domain

4

Add DNS Records

The screen will give you the DNS record you need to add at your DNS provider: a CNAME for a subdomain, or an A record for an apex (root) domain.

5

Enter Domain and Submit

Enter your desired domain into the management portal. Click Add Domain

6

Wait

The system will validate that the DNS record exists and provision a certificate. The custom domain will become available when certificate provisioning is complete and its status changes to Ready.

Self-Hosted

1

Go to the Azure Portal

2

Find the resource group you deployed CIPP in

3

Click on the App Service

4

In the sidebar, click on Settings, Custom Domains

5

Click on Add Custom Domain and enter your information

For more information see Microsoft's documentation at https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain?tabs=root%2Cazurecli

Last updated

Was this helpful?