reference.conf: bump the recommended digest algorithm from SHA-1 to SHA2-256

ircd.conf.example still has SHA-1 for the people who want to quickly deploy
by renaming that file and adjusting as appropriate.
This commit is contained in:
Aaron Jones 2016-11-15 12:34:49 +00:00
parent 2afd965b21
commit 785df805d7
No known key found for this signature in database
GPG key ID: EC6F86EE9CD840B5

View file

@ -1336,7 +1336,7 @@ general {
* $ openssl x509 -pubkey -noout < your.crt | grep -v 'PUBLIC KEY' | base64 -d | \
* sha512sum | awk '{ print $1 }' | sed -r -e 's/^/SPKI:SHA2-512:/'
*/
certfp_method = sha1;
certfp_method = sha256;
};
modules {