Update encryption to GCM (as per updated guide)

This commit is contained in:
Saverio Miroddi 2021-04-26 22:48:35 +02:00
parent c430c7abc6
commit a3e90bcc03

View File

@ -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