Skip to content

Commit

Permalink
updated configure.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishch22 committed Aug 23, 2024
1 parent 17675a9 commit 8b24e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registration/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ echo ")" >> "${work_dir}"/registration-client/target/run.bat
cp "${work_dir}"/registration-client/target/run.bat "${work_dir}"/registration-client/target/lib/114to1201_run.bat

## jar signing
jarsigner -keystore "${work_dir}"/build_files/keystore.p12 -storepass ${keystore_secret} -tsa ${signer_timestamp_url_env} -digestalg SHA-256 "${work_dir}"/registration-client/target/lib/registration-api-${client_version_env}.jar CodeSigning
jarsigner -keystore "${work_dir}"/build_files/keystore.p12 -storepass ${keystore_secret} -tsa ${signer_timestamp_url_env} -digestalg SHA-256 "${work_dir}"/registration-client/target/lib/registration-api-stub-impl-${client_version_env}.jar CodeSigning
jarsigner -keystore "${work_dir}"/build_files/keystore.p12 -storepass ${keystore_secret} -tsa ${signer_timestamp_url_env} -digestalg SHA-256 "${work_dir}"/registration-client/target/lib/registration-client-${client_version_env}.jar CodeSigning
jarsigner -keystore "${work_dir}"/build_files/keystore.p12 -storepass ${keystore_secret} -tsa ${signer_timestamp_url_env} -digestalg SHA-256 "${work_dir}"/registration-client/target/lib/registration-services-${client_version_env}.jar CodeSigning

Expand Down

0 comments on commit 8b24e95

Please sign in to comment.