Skip to content

Commit

Permalink
Fix the typo in make_codesign_cert.sh (#3)
Browse files Browse the repository at this point in the history
`ras` -> `rsa`
  • Loading branch information
wiktor-k authored Oct 9, 2024
1 parent c3e2e77 commit 69c27c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_codesign_cert.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

# a example to describe how to generate a code sign certificate
# please note: the picky hardcode the sign algo to ras_with_sha, so we can only generate rsa key/cert
# please note: the picky hardcodes the sign algo to rsa_with_sha, so we can only generate rsa key/cert
# output:
# privatekey: key.pem
# certificate: certificate.p7b
Expand Down

0 comments on commit 69c27c0

Please sign in to comment.