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:
parent
2afd965b21
commit
785df805d7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue