Skip to content

Commit

Permalink
README.md: Fix minor issues in the steps to enable services
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Jun 30, 2023
1 parent 6fd4870 commit 7446799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ SocketMode=0660
```
4. Modify agent configuration in `/etc/crypto-auditing/agent.conf`:
```toml
library = ["/usr/lib64/libgnutls.so.30"]
library = ["/path/to/installation/lib64/libgnutls.so.30"]
user = "crypto-auditing:crypto-auditing"
```
5. Enable agent and event-broker
```console
$ sudo systemctl daemon-reload
$ sudo systemctl restart crypto-auditing-agent.service
$ sudo systemctl start crypto-auditing-agent.service
$ sudo systemctl start crypto-auditing-event-broker.socket
```
6. Connect to event-broker with client
Expand Down

0 comments on commit 7446799

Please sign in to comment.