Skip to content

Commit

Permalink
apparently der was intepreted as a command
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ensink committed Dec 19, 2024
1 parent 4330fd9 commit 2ca729c
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 @@ -28,7 +28,7 @@ cp -R $CONFIG_DIR $IRMA_CONF


pushd $IRMA_CONF
echo "converting public and private keys to `der` format"
echo "converting JWT public and private keys to 'der' format"
openssl pkcs8 -topk8 -inform PEM -outform DER -in sk.pem -out sk.der -nocrypt
openssl pkey -pubin -inform PEM -outform DER -in pk.pem -out pk.der
popd
Expand Down

0 comments on commit 2ca729c

Please sign in to comment.