Skip to content

Instantly share code, notes, and snippets.

@ggrandes
Created February 25, 2014 16:07
Show Gist options
  • Save ggrandes/9211933 to your computer and use it in GitHub Desktop.
Save ggrandes/9211933 to your computer and use it in GitHub Desktop.
OpenSSL X.509 Certificate Linking / Verify
#!/bin/sh
#
# usage: verify.sh filename [filename ...]
#
openssl verify -CApath /etc/ssl/certs/ $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment