Faable Docs
  • Access Dashboard
  • Home
  • Deploy
    • Get Started with Deploy
    • Github Actions
    • Environment Variables
    • App Types
    • Runtime
    • Configure your Domain
    • Custom SSL Certificates
    • Web Application Firewall
    • Quickstart: Express
  • Auth
    • Get Started with Auth
    • Quickstart Expo
    • Users
    • APIs
    • Clients
    • Connections
    • Identites
    • Roles
    • Teams
    • OAuth
    • Webhooks
    • Features
  • Platform
    • Pricing
    • Privacy Policy
    • Terms of Service
    • Security & Compliance measures
Powered by GitBook
On this page
  1. Deploy

Custom SSL Certificates

PreviousConfigure your DomainNextWeb Application Firewall

Last updated 2 years ago

By default, Faable Cloud provides all domains with a custom SSL certificates. However Enterprise teams can upload their own custom SSL certificate. This allows for Enterprise teamsp to servve their own SSL certificate on a Custom Domain rather than the one automatically generated by Faable platform.

Custom SSL certifiacates can be uploaded via the configuration page on Faable Dashboard.

To upload a custom certificate:

  1. Provide the private key for the certificate

  2. Provide the certificate itself

  3. Provide the Certificate Authority root certificate. This will be provided by your certificate issuer and is different to the core certificate of the domain. This may be included in their download process or available for download on their website.

The content of each file must be copied and pasted into the input box directly. The certificate and private key can be extracted from the files that are provided by your certificate issuer, and should be in the following format:

certificate.pem file:

-----BEGIN CERTIFICATE-----
<Certificate body will be here>
-----END CERTIFICATE-----

private-key.pem file:

-----BEGIN PRIVATE KEY-----
<Private key body will be here>
-----END PRIVATE KEY-----

SSL best practices

  1. Wilcards certificates can be uploaded

  2. Yot can include other CN's for other subdomains without those being included in Faable Platform

  3. Certificates with an explicitly defined subdomain are prioritized over a wildcard certificate when both are valid for a given subdomain

domains
PEM