Full SSL/TLS in need of intermediate PEM key?
Hey, pretty new to this and now im stuck!
So, i've set up my webserver using nginx and i've set my cloudflare SSL to Full.
so in NGINX i assigned my ssl keys to
origin server
.key and .pem from cloudflare.
and i ended up getting stapling errors, and also seem to be unable to get my landing page to show.
So my friend the LLM kept mentioning that my "Second" key in my PEM, is incorrect it was showing a "Google" Issuer, i.e. the Cloudflare Edge Certificate key in some way related to the proxied dns?
however i seem to be unable to retrieve the correct "Intermediary" key.
The expected chain:
however my second key:
i have 2 keys in total in my .pem file, 1 of them being the incorrect Google Trust Services
Apologies in advance if my explanation doesn't make any sense:|6 Replies
As you are using an origin certificate, you are unable to do SSL stapling.
😮
What type of certificate would i need instead?
Thanks for your reply btw.
You need a publicly trusted certificate. Using something like letsencrypt would get you one
Also SSL stapling would just be between your server and Cloudflare. Cloudflare shows the universal certificate to the end user
I see
thanks alot sir
i'll be on it