Verify certificate with CA
How to use OpenSSL on the command line to verify that a certificate was issued by a specific CA, given that CA's certificate
$ openssl verify -verbose -CAfile cacert.pem server.crt server.crt: OK
How to use OpenSSL on the command line to verify that a certificate was issued by a specific CA, given that CA's certificate
$ openssl verify -verbose -CAfile cacert.pem server.crt server.crt: OK