Skip to content

Commit

Permalink
Add timestamping
Browse files Browse the repository at this point in the history
  • Loading branch information
jaARke committed Apr 8, 2024
1 parent 115b1a0 commit 04bdeae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/custom-sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ exports.default = async function(configuration) {
--alias "${process.env.KMS_ARN}" \
--certfile "${process.env.CERT_PATH}" \
--alg "SHA256" \
--tsaurl "http://timestamp.digicert.com" \
--tsretries 10 \
--replace \
"${configuration.path}"
`,
{ stdio: "inherit"}
Expand Down

0 comments on commit 04bdeae

Please sign in to comment.