Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
fix: testing vault-init script (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
xens authored Oct 29, 2023
2 parents 3cc02ba + 2bb976a commit 1b2a972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/scripts/vault-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fi

if [ ! -f "/certs/private-key.pem" ] && [ ! -f "/certs/public-key.pem" ]; then
echo "Generate Pub/Private keys for JWT tokens"
mkdir /certs/
openssl genrsa -out /certs/private-key.pem 3072
openssl rsa -in /certs/private-key.pem -pubout -out /certs/public-key.pem
fi
Expand Down

0 comments on commit 1b2a972

Please sign in to comment.