Hello,
I have to create an encrypted dataset, my configuration is as follows:
and I would like the key to be on a remote server, for this and according with the documentation zfsprops()
you could use the property
It gives the following error:
Is there something I'm doing wrong?
Thank you very much
I have to create an encrypted dataset, my configuration is as follows:
freebsd-version -ukr
Code:
13.1-RELEASE-p3
13.1-RELEASE-p3
13.1-RELEASE-p5
zfs version
Code:
zfs-2.1.4-FreeBSD_g52bad4f23
zfs-kmod-2.1.4-FreeBSD_g52bad4f23
and I would like the key to be on a remote server, for this and according with the documentation zfsprops()
you could use the property
keylocation=http://_address_
but when I try to create it with the command: zfs create -o encryption=aes-256-gcm -o keylocation=http://_address_ -o keyformat=raw zroot/test
It gives the following error:
Code:
cannot create 'zroot/test': No keylocation=http:// back-end
Is there something I'm doing wrong?
Thank you very much