How can one verify a certificate with openssl commandline?
Have read that this can be used to it:
openssl verify -verbose -CAfile cacert.pem server.crt However, I don't know how to get a certificate file (.pem), and what is server.crt?
Any help is appreciated :)