Skip to content

Commit

Permalink
docs: add Restart Wiretrustee step to the installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed May 6, 2021
1 parent 48659ff commit d08b61b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wget https://github.com/wiretrustee/wiretrustee/releases/download/v0.0.4/wiretru
```
3. Install the package
```shell
sudo dpkg -i wiretrustee_0.0.4_linux_amd64.rpm
sudo dpkg -i wiretrustee_0.0.4_linux_amd64.deb
```
4. Initialize Wiretrustee:
```shell
Expand All @@ -62,6 +62,12 @@ A new config will be generated and stored under ```/etc/wiretrustee/config.json`
sudo wiretrustee add-peer --allowedIPs 10.30.30.2/32 --key '<REMOTE PEER WIREUARD PUBLIC KEY>'
```

###Roadmap
6. Restart Wiretrustee
```shell
sudo systemctl restart wiretrustee.service
sudo systemctl status wiretrustee.service
```

### Roadmap
* Android app
* Key and address management service with SSO

0 comments on commit d08b61b

Please sign in to comment.