doniyor_landa
doniyor_landa
CDCloudflare Developers
Created by doniyor_landa on 7/25/2024 in #general-help
How to generate certificate chain for SSL authentication
Okay figured it out, not sure how to close ticket but Ill give resolution in case anyone needs. I guess there's no intermediate cert, I was able to verify the chain with just the Origin Certificate that I was able to download from cloudflare site, and the Origin CA root certificate. I concatenated the two into a chain, and the verification command from before worked
3 replies
CDCloudflare Developers
Created by doniyor_landa on 7/25/2024 in #general-help
How to generate certificate chain for SSL authentication
Update: On my frontend I've verified the chain, by downloading leaf from website (which uses lets encrypt) and intermediate/root from let's encrypt website. Then I ran openssl verify with this chain and it verified successfully. But i'm pretty sure the server uses cloudflare, so I dont think I have the right chain to authenticate my server
3 replies