Created
March 30, 2019 02:12
-
-
Save dogtopus/d912284a68272ecc9b4a7991a7ce2dc3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
[[ $# -lt 2 ]] && echo "Usage: ${0} jedi-ca ds4id" && exit 1 | |
openssl dgst -sha256 -sigopt rsa_padding_mode:pss -sigopt rsa_pss_saltlen:-1 -verify "${1}" -signature "${2}.sig" "${2}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment