Fix notes.

This commit is contained in:
James Pace 2026-09-03 04:58:57 -04:00
parent 2a6f296a3f
commit 66b2b344ac
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ Use the tools we have for that!
git.jpace121.net:2222/public/j7s-ca git.jpace121.net:2222/public/j7s-ca
``` ```
7s_mk_ca --org-name test -o ca 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 ./ca/ -o cert 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 ## Change the configs