Custom Domains
If you've deployed the Sublime Platform via our AWS CloudFormation deployment, it's simple to set up a custom domain for your instance, such as sublime.example.com:
- In the AWS console, navigate to the same region in which you deployed the Sublime Platform
- Request a public certificate for the custom domain you want to use through AWS Certificate Manager
- In the EC2 Load Balancers interface, locate the
Sublime-Platform-ALBload balancer CloudFormation created for you and add the certificate you created to the load balancer's HTTPS listener - Create a CNAME DNS record pointing your custom domain to the load balancer's DNS name (which should start with
Sublime-Platform-ALB-) - Copy the ARN for the certificate you set in step (4). Navigate to AWS Systems Manager and then Parameter Store. Select the
/sublime-security/self-signed-acm-certificate-for-sublime-platformparameter and click Edit. Replace the current value with the ARN of your new certificate and Save Changes.
That's it!
Setting up a domain for Track Link Clicks Action
When enabling click tracking you will need to setup a subdomain to use for the redirect traffic. Follow these steps:
- In the AWS console, navigate to the same region in which you deployed the Sublime Platform
- Request a public certificate for the custom click tracking domain you want to use through AWS Certificate Manager. For example
clicks.myorg.comwheremyorg.comis a domain you own (e.g. you might havesublime.myorg.comfor the Sublime UI). - In the EC2 Load Balancer interface, locate the
sublime-platform-click-trackingload balancer CloudFormation created for you and add the certificate you created to the load balancer's HTTPS listener. - Create a CNAME DNS record pointing your custom domain to the load balancer's DNS name (which should start with
sublime-platform-click-tracking)
Once you’ve completed these steps, go to the Track Link Clicks Action page to enter and save the redirect service DNS name.
Updated 4 days ago