mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
README: remove trailing whitespaces
This commit is contained in:
parent
101ad07999
commit
f8db131226
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ Signed certificate is normally required by the restic backend, but if you just w
|
|||
openssl genrsa -out private_key 2048
|
||||
openssl req -new -x509 -key private_key -out public_key -days 365 -addext "subjectAltName = IP:127.0.0.1,DNS:yourdomain.com"
|
||||
```
|
||||
|
||||
Omit the `IP:127.0.0.1` if you don't need your server be accessed via SSH Tunnels. No need to change default values in the openssl dialog, hitting enter every time is sufficient. To access this server via restic use `--cacert public_key`, meaning with a self-signed certificate you have to distribute your `public_key` file to every restic client.
|
||||
|
||||
Omit the `IP:127.0.0.1` if you don't need your server be accessed via SSH Tunnels. No need to change default values in the openssl dialog, hitting enter every time is sufficient. To access this server via restic use `--cacert public_key`, meaning with a self-signed certificate you have to distribute your `public_key` file to every restic client.
|
||||
|
||||
The `--append-only` mode allows creation of new backups but prevents deletion and modification of existing backups. This can be useful when backing up systems that have a potential of being hacked.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue