Which command should you use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore?

You have already generated a 256-bit AES raw key and named the keystore file /mykey.
You need to use the key to create an encrypted file system. Which command should you
use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore?

You have already generated a 256-bit AES raw key and named the keystore file /mykey.
You need to use the key to create an encrypted file system. Which command should you
use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore?

A.
zfs create-oencryption = /mykey pool1/encrypt

B.
zfs create-oencryption = 256-ccm-okeysource = raw, file : ///my key pool1/encrypt

C.
zfs create-oencryption = AES keysource = /mykey pool1/encrypt

D.
zfs create-oencryption = on keystore = /mykey pool1/encrypt



Leave a Reply 1

Your email address will not be published. Required fields are marked *