I have a website i am trying to deploy using node.js and react. This is my first time attempting to use SSL certs so please excuse my inability.
the site is https://wurm.slycrackz.xyz
The setup:
Cloudflare certificate? origin? i have this right?
Root.pem = Cloudflare root cert, as reffed:
https://developers.cloudflare.com/ssl/origin-configuration/origin-ca#4-required-for-some-add-cloudflare-origin-ca-root-certificates
app1.com-key is the generated cert as provided.
" NODE_EXTRA_CA_CERTS=/home/wurmnode/frontend/root.pem serve -s build --ssl-cert /home/wurmnode/frontend/app1.com.pem --ssl-key /home/wurmnode/frontend/app1.com-key.pem -p 443
"
if i have to buy additional ssl or whatever be, no problem, just someone who knows what they're doing throw their two cents in please.