Access to CA Signed SSL

I posted a questiona but downloading an SSL Cert about a month ago. I thought my team had what they needed, but I guess not. I provided them a Self-Signed SSL Cert (through Cloudflare's Origin Server), but they are needed a CA Signed SSL Cert. Is there a way to download the one already attached to my domain? If not, is there a way to generate a new cert/private key?
2 Replies
Chaika
Chaika2mo ago
A CA signed certificate is a certificate that has been issued and signed by a publicly trusted certificate authority (CA)
You need something like Let's encrypt or Acmebot to get you issued one. Cloudflare won't. Cloudflare's Self-signed Origin Certificate will work fine if your web server is proxied behind Cloudflare.
ElectricPanda
ElectricPanda2mo ago
Okay. From what I saw on forum posts, I figured that was the case. I am relatively new to the wonderful world of Cloudflare + Back-End Work...and I can safely say that it is not proxied behind Cloudflare. I use Let's Encrypt for my personal stuff...so I will just encourage them to use that. Thanks!