Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Dec 17, 2024
1 parent 924550f commit 0255f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ test-client: test-client-enroll test-client-renew

test-client-enroll:
rm -f tls.crt tls-ca.crt tls.key data.json
NODEMAN_USERNAME=username NODEMAN_PASSWORD=password poetry run nodeman_client enroll --create
NODEMAN_USERNAME=username NODEMAN_PASSWORD=password poetry run nodeman_client --debug enroll --create
step crypto jwk public < data.json
step certificate inspect tls.crt
step certificate inspect tls-ca.crt

test-client-renew:
rm -f tls.crt tls-ca.crt tls.key
poetry run nodeman_client renew
poetry run nodeman_client --debug renew
step crypto jwk public < data.json
step certificate inspect tls.crt
step certificate inspect tls-ca.crt
Expand Down

0 comments on commit 0255f84

Please sign in to comment.