From 2d4c6dbbefec16e4b4833543788d1d59da733395 Mon Sep 17 00:00:00 2001 From: nicholasyang Date: Thu, 23 May 2024 15:22:57 +0800 Subject: [PATCH] Dev: profiles: set default crypto_hash to sha256 to follow corosync default --- etc/profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profiles.yml b/etc/profiles.yml index ad66cac5ab..3ab980c705 100644 --- a/etc/profiles.yml +++ b/etc/profiles.yml @@ -23,7 +23,7 @@ default: sbd.watchdog_timeout: 15 knet-default: - corosync.totem.crypto_hash: sha1 + corosync.totem.crypto_hash: sha256 corosync.totem.crypto_cipher: aes256 microsoft-azure: