Skip to content

Commit

Permalink
Replace hardcoded cert alias for provider signing (#4762)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr authored Nov 1, 2024
1 parent a9cc1bf commit 0e24f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provider_bundler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ build_bundle(){
if [[ "${GOOS}" == "windows" ]]; then
### SIGN THE BINARY
echo " - Signing the binary ${PROVIDER_DIST}/${PROVIDER_EXECUTABLE}..."
jsign --storetype DIGICERTONE --alias "cert_492206180" \
jsign --storetype DIGICERTONE --alias "${SM_CERT_ALIAS}" \
--storepass "${SM_API_KEY}|${SM_CLIENT_CERT_FILE}|${SM_CLIENT_CERT_PASSWORD}" \
--tsaurl "http://timestamp.digicert.com" ${PROVIDER_DIST}/${PROVIDER_EXECUTABLE}
fi
Expand Down

0 comments on commit 0e24f42

Please sign in to comment.