openssl verify -CAfile ca.crt server.crt
Category: Self-Hosting
openssl verify -CAfile ca.crt server.crt
Verify that a certificate was signed by a specific Certificate Authority
Verifies that a certificate's signature chain leads to your CA. Use this to confirm a certificate was signed by the right authority.