mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-26 14:29:24 +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 -sha1 -fingerprint -noout
|
||||
echo "$SSSLCFFN" | openssl x509 -sha256 -fingerprint -noout
|
||||
echo "$SSSLCFFN" | openssl x509 -sha512 -fingerprint -noout
|
||||
unset SSSLCFFN
|
||||
}
|
||||
```
|
||||
@ -102,3 +103,8 @@ network.
|
||||
Validating the certificates either by trusted certificates or verifying
|
||||
the fingerprints securely manually protect you from this. If MITM is the
|
||||
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…
Reference in New Issue
Block a user