From 69c27c0a60b9b79e56bb8d8e8be93913c427486c Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Wed, 9 Oct 2024 16:47:06 +0200 Subject: [PATCH] Fix the typo in `make_codesign_cert.sh` (#3) `ras` -> `rsa` --- scripts/make_codesign_cert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_codesign_cert.sh b/scripts/make_codesign_cert.sh index dbc8e31..c82fd7f 100644 --- a/scripts/make_codesign_cert.sh +++ b/scripts/make_codesign_cert.sh @@ -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