diff --git a/notes/encrypting-zenoh.md b/notes/encrypting-zenoh.md index 4453281..2013808 100644 --- a/notes/encrypting-zenoh.md +++ b/notes/encrypting-zenoh.md @@ -7,8 +7,8 @@ Use the tools we have for that! git.jpace121.net:2222/public/j7s-ca ``` -7s_mk_ca --org-name test -o ca -j7s_mk_cert --common-name test-node --identity-type domain --identity node.test.internal.jpace121.net --auth-mode server --ca ./ca/ -o cert +j7s_mk_ca --org-name test -o ca +j7s_mk_cert --common-name test-node --identity-type domain --identity node.test.internal.jpace121.net --auth-mode server --ca-path ./ca/ -o cert ``` ## Change the configs