Skip to content

Commit

Permalink
user-manual: fix mesh root cert name
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Mar 11, 2024
1 parent f52041d commit 013730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ To validate the certificate locally, use `openssl`:
```sh
openssl s_client -showcerts -connect ${lbip}:443 </dev/null | sed -n -e '/-.BEGIN/,/-.END/ p' > certChain.pem
awk 'BEGIN {c=0;} /BEGIN CERT/{c++} { print > "cert." c ".pem"}' < certChain.pem
openssl verify -verbose -trusted verify/MeshCA.pem -- cert.1.pem
openssl verify -verbose -trusted verify/mesh-root.pem -- cert.1.pem
```

## Current limitations
Expand Down

0 comments on commit 013730b

Please sign in to comment.