From a3e90bcc03b731e2394fc32f65a0701217f4a784 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Mon, 26 Apr 2021 22:48:35 +0200 Subject: [PATCH] Update encryption to GCM (as per updated guide) --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index 84c09e8..7a19c6b 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -1062,7 +1062,7 @@ function create_pools { set +x if [[ -n $v_passphrase ]]; then - encryption_options=(-O "encryption=on" -O "keylocation=prompt" -O "keyformat=passphrase") + encryption_options=(-O "encryption=aes-256-gcm" -O "keylocation=prompt" -O "keyformat=passphrase") fi set -x