rustic icon indicating copy to clipboard operation
rustic copied to clipboard

implement --cacert option advertised by rustic_server

Open thkoch2001 opened this issue 4 months ago • 0 comments

The documentation of rustic says:

you can pass rustic the certificate filename via the --cacert option

As does the USAGE documentation of rustic_server:

To access this server via restic use --cacert public_key

But there is no such option. There is such an option in restic and the last snippet was copied from the restic documentation.

I understand from https://github.com/rustic-rs/rustic/issues/679 that there seems to be a workaround, probably by copying the self-signed certificate in some system location.

Also when implementing this functionality, it would be good to also expose it from the rustic configuration file.

thkoch2001 avatar Jun 08 '25 14:06 thkoch2001