Configuring Custom Domain with PixelBin
This guide will help you create and delete a Custom Domain with PixelBin.
Prerequisites
- You have a PixelBin account.
- You have a domain that you own and control.
- You have contacted PixelBin Support to enable custom domains for your account.
Create a Custom Domain
Create a CNAME Record with your DNS Provider
Create a CNAME record with your DNS provider. The CNAME record should point to cdn.pixelbin.io
. Replace assets.example.com
with your own subdomain.
assets.example.com CNAME cdn.pixelbin.io
You might need to wait a few minutes for the DNS records to propagate. You can use tools like whatsmydns to verify the DNS record is configured and has started propagating across the world.
You can find the documentation for your DNS provider below:
If you are using CloudFlare as your DNS provider, make sure that proxy status for the CNAME is set to "bypass" and not "proxied".
Add Custom Domain to PixelBin
- Log in to your PixelBin account.
- Click on the Settings button.
- Navigate to Domains.
- Click on Create button.
- Enter your custom domain in the Domain field.
- Click on Save button.
- You will see a Deploying status for your custom domain. It might take a few minutes for the status to change to Active. You can refresh the page to see the updated status.
- Once the status is Active, you can access your assets on PixelBin using your custom domain, for more information about the URL structure, please refer to the Custom Domain URL Structure guide.
Delete a Custom Domain
- Log in to your PixelBin account.
- Click on the Settings button.
- Navigate to Domains.
- Click on the Custom Domain you want to delete
- Click on Delete button.
Automatic Certificate Management
PixelBin will manage SSL certificate issuance and renewal for your custom domain. Your certificate will be registered for 90 days and then automatically renewed every 60 days. Failure to ensure that the CNAME record remains correctly configured will result in failure in SSL certificate renewal.