From 5648636a26aabf0fd3dc1f175d241e576985f3e5 Mon Sep 17 00:00:00 2001 From: dominicriordan Date: Thu, 27 Apr 2023 12:52:19 +0100 Subject: [PATCH] fix formatting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f65fa..ea021d0 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,11 @@ example body; Note `jti` will be different for each jwt. +Will set jwt value = header field `my-jwt` and sign with key `./private-key.pem` and KID `3434645743124` + +`./gopayloader run http://localhost:8081 -c 150 -r 1000000 --jwt-header "my-jwt" --jwt-key ./private-key.pem --jwt-kid 3434645743124 --jwt-sub "my-subject" --jwt-aud "some-audience" --jwt-iss "some-issuer"` + ```shell -./gopayloader run http://localhost:8081 -c 150 -r 1000000 --jwt-header "my-jwt" --jwt-key ./private-key.pem --jwt-kid 3434645743124 --jwt-sub "my-subject" --jwt-aud "some-audience" --jwt-iss "some-issuer" Gopayloader v0.1.0 HTTP/JWT authentication benchmark tool https://github.com/domsolutions/gopayloader