aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-12 09:42:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-12 09:42:46 -0300
commit634e38ccfc2f653bde87f48d507e43dcd8bc2f27 (patch)
tree18fb8d88ff85b83937b6926aa3c80480d217d03f
parent904eed45dbfc16ef4501b33d3860cc281a545548 (diff)
downloadssl-wrapper-634e38ccfc2f653bde87f48d507e43dcd8bc2f27.tar.gz
ssl-wrapper-634e38ccfc2f653bde87f48d507e43dcd8bc2f27.tar.bz2
Adds sha256 fingerprint into ssl retrieve
-rwxr-xr-xssl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl b/ssl
index ea5bfef..ccdbeaf 100755
--- a/ssl
+++ b/ssl
@@ -36,6 +36,7 @@ function retrieve {
function fingerprint {
openssl x509 -noout -in $1 -fingerprint
openssl x509 -noout -in $1 -fingerprint -md5
+ openssl x509 -noout -in $1 -fingerprint -sha256
}
# Parse option