Skip to content

Commit

Permalink
fixed pre-commit stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Guenther Meyer <[email protected]>
  • Loading branch information
d-s-e committed Jul 21, 2023
1 parent 2860b4f commit 6ec49f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion kuksa_certificates/genCerts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ do
genCert $i
echo ""
done

1 change: 0 additions & 1 deletion kuksa_certificates/jwt/recreateJWTkeyPair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ openssl rsa -in jwt.key -pubout -outform PEM -out jwt.key.pub

printf '\nYou can use the PRIVATE key "jwt.key" to generate new tokens using https://jwt.io or the "createToken.py" script.\n'
echo 'You need to give the PUBLIC key "jwt.key.pub" to the kuksa.val server, so it can verify correctly signed JWT tokens.'

0 comments on commit 6ec49f3

Please sign in to comment.