znc160ssl: add sha512 & changelog link

This commit is contained in:
Aminda Suomalainen 2015-09-21 15:48:08 +03:00
parent a4b7e21e85
commit b7562b7686
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,7 @@ serversslcertfp () {
echo "$SSSLCFFN" | openssl x509 -md5 -fingerprint -noout echo "$SSSLCFFN" | openssl x509 -md5 -fingerprint -noout
echo "$SSSLCFFN" | openssl x509 -sha1 -fingerprint -noout echo "$SSSLCFFN" | openssl x509 -sha1 -fingerprint -noout
echo "$SSSLCFFN" | openssl x509 -sha256 -fingerprint -noout echo "$SSSLCFFN" | openssl x509 -sha256 -fingerprint -noout
echo "$SSSLCFFN" | openssl x509 -sha512 -fingerprint -noout
unset SSSLCFFN unset SSSLCFFN
} }
``` ```
@ -102,3 +103,8 @@ network.
Validating the certificates either by trusted certificates or verifying Validating the certificates either by trusted certificates or verifying
the fingerprints securely manually protect you from this. If MITM is the the fingerprints securely manually protect you from this. If MITM is the
case, you shouldn't connect. case, you shouldn't connect.
* * * * *
*As I seem to be updating this page more than I originally thought I should
probably add [this link to changelog here.](https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-02-24-znc160-ssl.md)*