Closed
Description
I tried to implement a system where ZFS gets the encryption key from a local HTTP server (as described in the official oracle docs) but creating it using zfs create -o encryption=on -o keylocation=https://mykeyserver/keyforthisserver -o keyformat=raw data/enc
fails with
cannot create 'data/enc2': invalid keylocation
Are there any plans on implementing it? For now I'll just mount the key via nfs and use the file:///path method