Changing storage passphrase?

Paul L     Jun 16 3:43AM 2017 GUI

Is it possible to change the passphrase for storage? I understand this is probably not trivial, but hoping there might be some way


gchen    Jun 16 12:00PM 2017

You can run the CLI version with the password command to change the storage passphrase. It is actually trivial, since the passphrase is used to encrypt/decrypt the config file and all this command does is to decrypt the config file using the old passphrase and then encrypt it using a new one.


Paul L    Jun 16 1:14PM 2017

That worked, thanks!