Update encryption to GCM (as per updated guide)
This commit is contained in:
parent
c430c7abc6
commit
a3e90bcc03
@ -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