Hello,
How is it possible to use SSL certificate generated by cloudfllare to host an SSL secure server through NodeJS?
Thank you.
Hello,
How is it possible to use SSL certificate generated by cloudfllare to host an SSL secure server through NodeJS?
Thank you.
So the only certificate that you would be able to download from Cloudflare would be an origin certificate which is not publicly trusted and only trusted by Cloudflare. If you do that then you have to use Cloudflare between your NodeJS server and users. You can find the origin certificates under SSL/TLS Origin Certificates.
This topic was automatically closed after 30 days. New replies are no longer allowed.