Custom SSL Certificates
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 domains configuration page on Faable Dashboard.
To upload a custom certificate:
Provide the private key for the certificate
Provide the certificate itself
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 PEM files that are provided by your certificate issuer, and should be in the following format:
certificate.pem
file:
private-key.pem
file:
SSL best practices
Wilcards certificates can be uploaded
Yot can include other CN's for other subdomains without those being included in Faable Platform
Certificates with an explicitly defined subdomain are prioritized over a wildcard certificate when both are valid for a given subdomain
Last updated