Working towards implementing Access rules on a website. I have an IIS 8 webserver on Windows 2012 R2. I also currently have a valid wildcard cert for my domain. I only have the pro plan.
So, I creating a universal certificate from Cloudflare. I got the pem and key file and converted it using the openssl toolkit to pfx so I could import it into my webserver. However, my server doesn’t have the Cloudflare root certificates. (https://support.cloudflare.com/hc/en-us/articles/115000479507-Managing-Cloudflare-Origin-CA-certificates#h_30cc332c-8f6e-42d8-9c59-6c1f06650639)
The issue is that I can’t convert a .pem file without a key file. So I am not sure how I install the root certificate on my webserver. How do I go about getting the root certificates in a format I can use on my IIS 8/Windows 2012 R2 server? I am by no means a certificate expert.
Thanks,
Jordan