Does Web GUI work with RSA encrypted storage?

I have set up a storage with RSA encryption with CLI. I want to now backup more files there on another computer using the Web-GUI. The add-new-storage process does not ask anything about RSA keys and the backup just started “working”. I just want to make sure does it use the same public key to encrypt the files with RSA? Or do I need to give some extra parameters to it?

1 Like

The RSA public key is stored in the config file, so you don’t need to pass in extra parameters. It is enabled by default.

1 Like

Thanks. For sake of user friendliness, the Web GUI could make a mentioning of the “RSA key found”.

2 Likes

There should be a line in the backup log file that says RSA encryption is enabled.

There should be a line in the backup log file that says RSA encryption is enabled .

Yes, but for sake of usability the Web GUI itself could tell the same. RSA encryption is enabled is better than RSA key found.