Skip Navigation
Show nav
Dev Center
  • Get Started
  • Documentation
  • Changelog
  • Search
  • Get Started
    • Node.js
    • Ruby on Rails
    • Ruby
    • Python
    • Java
    • PHP
    • Go
    • Scala
    • Clojure
    • .NET
  • Documentation
  • Changelog
  • More
    Additional Resources
    • Home
    • Elements
    • Products
    • Pricing
    • Careers
    • Help
    • Status
    • Events
    • Podcasts
    • Compliance Center
    Heroku Blog

    Heroku Blog

    Find out what's new with Heroku on our blog.

    Visit Blog
  • Log inorSign up
Hide categories

Categories

  • Heroku Architecture
    • Compute (Dynos)
      • Dyno Management
      • Dyno Concepts
      • Dyno Behavior
      • Dyno Reference
      • Dyno Troubleshooting
    • Stacks (operating system images)
    • Networking & DNS
    • Platform Policies
    • Platform Principles
  • Developer Tools
    • Command Line
    • Heroku VS Code Extension
  • Deployment
    • Deploying with Git
    • Deploying with Docker
    • Deployment Integrations
  • Continuous Delivery & Integration (Heroku Flow)
    • Continuous Integration
  • Language Support
    • Node.js
      • Working with Node.js
      • Node.js Behavior in Heroku
      • Troubleshooting Node.js Apps
    • Ruby
      • Rails Support
      • Working with Bundler
      • Working with Ruby
      • Ruby Behavior in Heroku
      • Troubleshooting Ruby Apps
    • Python
      • Working with Python
      • Background Jobs in Python
      • Python Behavior in Heroku
      • Working with Django
    • Java
      • Java Behavior in Heroku
      • Working with Java
      • Working with Maven
      • Working with Spring Boot
      • Troubleshooting Java Apps
    • PHP
      • PHP Behavior in Heroku
      • Working with PHP
    • Go
      • Go Dependency Management
    • Scala
    • Clojure
    • .NET
      • Working with .NET
  • Databases & Data Management
    • Heroku Postgres
      • Postgres Basics
      • Postgres Getting Started
      • Postgres Performance
      • Postgres Data Transfer & Preservation
      • Postgres Availability
      • Postgres Special Topics
      • Migrating to Heroku Postgres
    • Heroku Key-Value Store
    • Apache Kafka on Heroku
    • Other Data Stores
  • AI
    • Model Context Protocol
    • Vector Database
    • Heroku Inference
      • Inference Essentials
      • AI Models
      • Inference API
      • Quick Start Guides
    • Working with AI
  • Monitoring & Metrics
    • Logging
  • App Performance
  • Add-ons
    • All Add-ons
  • Collaboration
  • Security
    • App Security
    • Identities & Authentication
      • Single Sign-on (SSO)
    • Private Spaces
      • Infrastructure Networking
    • Compliance
  • Heroku Enterprise
    • Enterprise Accounts
    • Enterprise Teams
    • Heroku Connect (Salesforce sync)
      • Heroku Connect Administration
      • Heroku Connect Reference
      • Heroku Connect Troubleshooting
  • Patterns & Best Practices
  • Extending Heroku
    • Platform API
    • App Webhooks
    • Heroku Labs
    • Building Add-ons
      • Add-on Development Tasks
      • Add-on APIs
      • Add-on Guidelines & Requirements
    • Building CLI Plugins
    • Developing Buildpacks
    • Dev Center
  • Accounts & Billing
  • Troubleshooting & Support
  • Integrating with Salesforce
  • Add-ons
  • All Add-ons
  • SSL FastTrack
SSL FastTrack

This add-on is operated by RemoraSoft, LLC

SSL Certs Purchased and Installed Quick and Easy

SSL FastTrack

Last updated August 28, 2024

Table of Contents

  • Prerequisites
  • Provisioning SSL FastTrack
  • Migrating Between Plans
  • Removing SSL FastTrack
  • Support

Adding SSL to your application is now a simple, painless process thanks to SSL FastTrack. We handle the SSL certificate provisioning, the private key generation, as well as all the other steps needed to securely acquire an SSL certificate.

Getting started with SSL FastTrack is easy, and you should have a certificate for your domain within a matter of minutes.

Prerequisites

SSL FastTrack requires two things of your app. First, the app must have at least one custom domain. Second, the app needs to be running at least one web dyno.

Provisioning SSL FastTrack

Add the add-on to your application

To see what SSL FastTrack plans are available, visit our Heroku Elements page.

To provision the add-on, simply run this command:

For a single domain-validated cert:

$ heroku addons:create sslfasttrack:single --app <app_name>
Creating <app_name>-12345... done, (free)
Adding <app_name>-12345 to <app_name>... done
Setting SSLFASTTRACK_ID and restarting <app_name>... done, v3
Use `heroku addons:docs sslfasttrack` to view documentation.

For a wildcard (*.domain.com) cert:

$ heroku addons:create sslfasttrack:wildcard --app <app_name>
Creating <app_name>-12345... done, (free)
Adding <app_name>-12345 to <app_name>... done
Setting SSLFASTTRACK_ID and restarting <app_name>... done, v3
Use `heroku addons:docs sslfasttrack` to view documentation.

Once finished, you’ll be able to complete the remainder of the process via the Heroku Dashboard or by running:

$ heroku addons:open sslfasttrack --app <app_name>
Opening https://addons-sso.heroku.com/apps/...

Permission

You must grant access for the add-on to access your application. This allows us to perform the work necessary for provisioning and installing your SSL certificate.

Verify Prerequisites

The Prerequisites page verifies your app is ready for a custom SSL certificate.

Select URL for SSL

You must select the primary SSL URL for your application. If the URL you wish to run SSL on is not listed, be sure and add it to your application via the Settings screen.

SSL FastTrack is not currently allowed on apex (also known as root or naked) domains. To complete the SSL install, you must be able to CNAME your DNS record to a Heroku-provided subdomain. Due to how DNS works, CNAME entries are not compliant with apex domains. We recommend using a subdomain attached to your Heroku app for your SSL-secured address. If you do not currently have a subdomain on your app that you would like to use, we suggest adding one via the app’s dashboard and then refreshing the SSL FastTrack “Select URL” page to pick up the new subdomain.

Verification Method

For security purposes, SSL certificates require domain ownership verification. This can be done using one of two options.

Option one is verification by an email address associated with your domain registration. The list of addresses will be comprised of emails from when your domain was registered along with an approved set of common admin emails. Depending on your registration, you may not recognize or have access to any of them. If you don’t recognize any of them, we suggest you try option two.

Option two is verification by creation of a DNS CNAME entry for your domain. Using this option is generally easier, provided you are comfortable creating CNAME records for your domain.

Just remember, the domain ownership verification process is part of what makes SSL SECURE and prevents someone not authorized from mimicking you online.

Complete Verification

Depending on the verification method chosen, this step will require you to either look for an email or create a DNS entry.

If you chose email verification, the certificate authority will send an email to the address selected in the previous step. You must open the email, click the attached link, and click the “I Approve” button on the site that opens.

If you chose DNS verification, you will be presented with details on the CNAME record that must be created for your domain.

Once the verification process is complete, the certificate will be generated and our system will install it. Click the “Check Status” button and we will verify the certificate has been issued and installed.

It typically only takes a few minutes after verifying the order for the Check Status button to show the certificate is issued. If it takes more than 15 minutes, your order has likely been flagged by the certificate authority for manual review which can take up to 12 hours to complete. We save your progress throughout the installation process so you can return and check later. If urgent, send us an email at support@sslfasttrack.com and we can request that the Certificate Authority expedite your review.

Update DNS

Once your certificate has been installed, you must update your DNS settings. We display the DNS entry currently set and what you need to update your settings to.

Once updated, click the Verify DNS button to continue and we will re-check your settings to verify they are correct.

DNS changes can take time to update over the Internet. We check against the authoritative name servers for your domain to minimize this time, but in rare cases it could take an hour or more depending on your registrar and domain settings.

Migrating Between Plans

Due to the nature of how SSL works, it’s not possible to migrate between different levels of plans.

Removing SSL FastTrack

To remove the add-on, run this command:

$ heroku addons:destroy sslfasttrack --app <app_name>

 !    WARNING: Destructive Action
 !    This command will affect the app: <app_name>
 !    To proceed, type "<app_name>" or re-run this command with --confirm <app_name>

This will remove your SSL certificate. You may need to install a new certificate or update your DNS settings depending on your application to continue access.

Support

If you have questions, please contact us by opening a support ticket at help.heroku.com. Any non-support related issues or feedback are welcome at SSLFastTrack.com or by emailing support@sslfasttrack.com.

Keep reading

  • All Add-ons

Feedback

Log in to submit feedback.

Zara 4 Stackhero for Grafana

Information & Support

  • Getting Started
  • Documentation
  • Changelog
  • Compliance Center
  • Training & Education
  • Blog
  • Support Channels
  • Status

Language Reference

  • Node.js
  • Ruby
  • Java
  • PHP
  • Python
  • Go
  • Scala
  • Clojure
  • .NET

Other Resources

  • Careers
  • Elements
  • Products
  • Pricing
  • RSS
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku Blog
    • Heroku News Blog
    • Heroku Engineering Blog
  • Twitter
    • Dev Center Articles
    • Dev Center Changelog
    • Heroku
    • Heroku Status
  • Github
  • LinkedIn
  • © 2025 Salesforce, Inc. All rights reserved. Various trademarks held by their respective owners. Salesforce Tower, 415 Mission Street, 3rd Floor, San Francisco, CA 94105, United States
  • heroku.com
  • Legal
  • Terms of Service
  • Privacy Information
  • Responsible Disclosure
  • Trust
  • Contact
  • Cookie Preferences
  • Your Privacy Choices