From 634e38ccfc2f653bde87f48d507e43dcd8bc2f27 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 Oct 2017 09:42:46 -0300 Subject: Adds sha256 fingerprint into ssl retrieve --- ssl | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3