Merge pull request #184 from saveriomiroddi/update_encryption_flag
Update encryption to GCM (as per updated guide)
This commit is contained in:
commit
00224f89a5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user