Skip to content

Commit

Permalink
Fix some readme typos and remove an unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-srhodes authored Sep 22, 2023
1 parent 3a057e1 commit f21ac53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subgraph proxy ["proxy (optional)"]
opa_policy[(opa policy)];
proxy_server --> opa_policy --> proxy_server
end
subgraph sansshell server ["sanshell server (on each host)"]
subgraph sansshell server ["sansshell server (on each host)"]
server[sansshell-server];
host_apis;
s_opa_policy[(opa policy)];
Expand Down Expand Up @@ -70,11 +70,9 @@ the current version).
You need to populate ~/.sansshell with certificates before running.

```
$ cp -r auth/mtls/testdata ~/.sanshell
$ cp -r auth/mtls/testdata ~/.sansshell
```

Or copy the test certificates from auth/mtls/testdata to ~/.sanshell

Then you can build and run the server, in separate terminal windows:
```
$ go run ./cmd/sansshell-server
Expand Down

0 comments on commit f21ac53

Please sign in to comment.