add auth-service not verified with Dockerfile
This commit is contained in:
parent
3a7389ba68
commit
8cf6520224
12 changed files with 304 additions and 0 deletions
5
backend/service-authentication/keys/jwtRS256.sh
Normal file
5
backend/service-authentication/keys/jwtRS256.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
|
||||
# Don't add passphrase
|
||||
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
|
||||
cat jwtRS256.key
|
||||
cat jwtRS256.key.pub
|
||||
Reference in a new issue