We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af56a4 commit d5a9511Copy full SHA for d5a9511
scenarios/rejection.benchmarks.yml
@@ -21,6 +21,7 @@ jobs:
21
# behavioral settings
22
mTLS: false # enables settings on http.sys to negotiate client cert on connections
23
tlsRenegotiation: false # enables client cert validation
24
+ certPublicKeyLength: 2048
25
# debug settings
26
certValidationConsoleEnabled: false
27
httpSysLogs: false
@@ -39,6 +40,7 @@ jobs:
39
40
mTLS: false
41
tlsRenegotiation: false
42
tlsProtocols: "tls12,tls13"
43
+ certPublicKeyLength: 2048 # controls cert with such a length is used for the test
44
45
46
statsEnabled: false
0 commit comments