Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ensink committed Jan 13, 2025
1 parent 8151289 commit d8b2447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e # exit the script immediately when an error is encountered
# so this provides the option to provide a config template with some environment variables
echo "creating config.json based on template"
envsubst < /config/config.json > /tmp/conf.json
cp /tms/conf.json $IRMA_CONF/config.json
cp /tmp/conf.json $IRMA_CONF/config.json

echo "generating binary file for private key"
openssl rsa -in /irma-jwt-key/priv.pem -outform der -out /usr/local/keys/priv.der
Expand Down

0 comments on commit d8b2447

Please sign in to comment.