From: Alain Spineux Date: Mon, 19 Feb 2024 10:28:33 +0000 (+0100) Subject: Fix org#2706 Volume encryption force RSA:2048 instead of gpg default X-Git-Tag: Release-15.0.2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d0210c08c0b3491cbaadc71e7c113ac3824031f;p=thirdparty%2Fbacula.git Fix org#2706 Volume encryption force RSA:2048 instead of gpg default - the key-manager installation script was getting gpg: key generation failed: Unknown elliptic curve on ArchLinux when using GPG default. - Now use RSA:2048 --- diff --git a/bacula/scripts/install-key-manager.sh.in b/bacula/scripts/install-key-manager.sh.in index 2c91a5c41..b35c16594 100644 --- a/bacula/scripts/install-key-manager.sh.in +++ b/bacula/scripts/install-key-manager.sh.in @@ -101,8 +101,10 @@ install() GNUPG_SCRIPT=`mktemp` cat > $GNUPG_SCRIPT <