Skip to content

Instantly share code, notes, and snippets.

@rahulremanan
Created January 31, 2023 15:48
Show Gist options
  • Save rahulremanan/3cec5bfee0c5bf036818e5365bb8311d to your computer and use it in GitHub Desktop.
Save rahulremanan/3cec5bfee0c5bf036818e5365bb8311d to your computer and use it in GitHub Desktop.
Verify the endpoint server certificate against the CA certificate chain
!openssl verify -CAfile /root/ca/intermediate/certs/ca-chain.cert.pem \
/root/ca/user/user.cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment