I'm looking at the example on this page:
$ openssl verify -verbose -CAfile cacert.pem server.crt
server.crt: OK
What I'm using as my cacert.pem
is my (professionally signed) root certificate concatenated with my intermediate certificate.
What's not clear to me is what server.crt
is or where I'm supposed to get it.