Added Cloudflare dns servers as custom domains in google.
In Cloudflare created A file for example.com to my ip address which is my home router. Also created A file for “www” which points to my IP address
Then in crypto I created .pem file. Which only has ———begin certificate————-end certificate and not the ——begin key———end key——- after. Is there something I am missing?
Thanks I’m advance
#4 refers to an origin certificate, right? When you created it, did you specify that you already had a key or did Cloudflare generate it? In the latter case there should definitely be a key as well, you will need the key for the configuration on your server.
Yeah. Bombflix.us is the domain. I think I figured it out. I’m using nginx and it said I needed a full(strict) key? I had it set to full only when I used Cloudflare to generate the RSA? Key. So now it is giving me the two keys to post in the text file.
ok. i think i have the cert working. but when i go to the site now it is telling me SSL handshake failed. it appears that the SSL configuration is not compatible with Cloudflare. I used the .pem files providedby the SSL/TLS app in Cloudflare and am using them in nginx. is there something else that could be causing this?
I am using a google domain and have a custom resource as with an @ type pointed to my ip address and a www pointed to my ip addresss. If i could discord or custom message my ip i would ffeel more comfortable.
then in Cloudflare i have the url pointed to my ip address again. is this the correct setup?
Well, the port does not really matter much. The way you configured it right now is okay, what matters is the protocol and your server does not speak HTTPS but HTTP. That is what you need to fix.
I am not all that familiar with Nginx, so I cant say whether that configuration is okay. But if it is there is a chance it might not be even processed. Did you restart Nginx?
At this point this is probably a question best for an Nginx forum.