Where is my Webflow SSL Private Key & Certificate?

I have a Webflow site with SSL installed = mydomain.com
I have a subdomain that points to a Laravel Forge site = demo.mydomain.com

I’m trying to “Install Existing Certificate” in Laravel Forge, but I don’t know how to obtain this info from my Webflow SSL.

How can I find out what my Webflow SSL’s Private Key and Certificate info is? Thanks!

1 Like

Hello @TL-Jay

You’re not using Webflow hosting right?

Piter :webflow_heart:

@TL-Jay- Webflow is using https://letsencrypt.org/ certificates for SSL on your site. This offers an automated process for the creation of certificates for free. So there is no private key, private cert file for you to download and use. Most hosting providers do support LetsEncrypt on their servers. So you should be able to use that, if supported. If not, you would need to secure a new certificate from a public certificate authority, or generate your own self signed certificate (a self signed certificate would not be automatically trusted by browsers).

1 Like

Just use Forge’s LetsEncrypt feature.