Skip to content

Commit

Permalink
Adapt filename in create-keystores to env-variable.
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Kraus <achim.kraus@bosch.io>
  • Loading branch information
Achim Kraus committed Jun 25, 2020
1 parent e117488 commit 13a4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-certs/src/main/resources/create-keystores.sh
Expand Up @@ -157,7 +157,7 @@ export_pem() {
openssl pkcs12 -in $CA_RSA_TRUST_STORE_P12 -passin pass:$TRUST_STORE_PWD -nokeys -out $CA_RSA_TRUST_STORE_PEM
openssl pkcs12 -in $TRUST_STORE_P12 -passin pass:$TRUST_STORE_PWD -nokeys -out $TRUST_STORE_PEM
openssl ecparam -genkey -name prime256v1 -noout -out $EC_PRIVATE_KEY_PEM
openssl ec -in ec_private.pem -pubout -out $EC_PUBLIC_KEY_PEM
openssl ec -in $EC_PRIVATE_KEY_PEM -pubout -out $EC_PUBLIC_KEY_PEM
fi
}

Expand Down

0 comments on commit 13a4d55

Please sign in to comment.