From: Silvio Rhatto Date: Thu, 12 Oct 2017 12:42:46 +0000 (-0300) Subject: Adds sha256 fingerprint into ssl retrieve X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=634e38ccfc2f653bde87f48d507e43dcd8bc2f27;p=ssl-wrapper.git Adds sha256 fingerprint into ssl retrieve --- 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