mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-18 14:30:42 +01:00
znc160ssl: add sha512 & changelog link
This commit is contained in:
parent
a4b7e21e85
commit
b7562b7686
@ -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)*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user