Skip to content

Commit d5a9511

Browse files
committed
try with 2048 public key length explicitly
1 parent 0af56a4 commit d5a9511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scenarios/rejection.benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
# behavioral settings
2222
mTLS: false # enables settings on http.sys to negotiate client cert on connections
2323
tlsRenegotiation: false # enables client cert validation
24+
certPublicKeyLength: 2048
2425
# debug settings
2526
certValidationConsoleEnabled: false
2627
httpSysLogs: false
@@ -39,6 +40,7 @@ jobs:
3940
mTLS: false
4041
tlsRenegotiation: false
4142
tlsProtocols: "tls12,tls13"
43+
certPublicKeyLength: 2048 # controls cert with such a length is used for the test
4244
# debug settings
4345
certValidationConsoleEnabled: false
4446
statsEnabled: false

0 commit comments

Comments
 (0)