Skip to content

Commit d9d72f5

Browse files
tgonzalezorlandoarmgowthamsk-arm
authored andcommitted
ci.sh: Use an RSA-PSS key instead of an RSA Pkcs1v5
This is so that the TLS handshake signatures are RSA PSS as expected Signed-off-by: Tomás González <[email protected]>
1 parent 43e4d18 commit d9d72f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ "$TEST" == "True" ]; then
8888
wait_for_service
8989

9090
if [ "$CREATE_KEYS" == "True" ]; then
91-
parsec-tool create-rsa-key -s -b 2048 -k PARSEC_TEST_RSA_KEY
91+
parsec-tool create-rsa-key -r -b 2048 -k PARSEC_TEST_RSA_KEY
9292
parsec-tool create-ecc-key -k PARSEC_TEST_ECDSA_KEY
9393
fi
9494

0 commit comments

Comments
 (0)