Merge pull request #184 from saveriomiroddi/update_encryption_flag

Update encryption to GCM (as per updated guide)
This commit is contained in:
Saverio Miroddi 2021-04-26 22:49:23 +02:00 committed by GitHub
commit 00224f89a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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