Skip to content

Commit a6701a1

Browse files
committed
pass the parameter
1 parent 4013254 commit a6701a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scenarios/tls.benchmarks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
# behavioral settings
2020
mTLS: false # enables settings on http.sys to negotiate client cert on connections
2121
tlsRenegotiation: false # enables client cert validation
22+
certPublicKeyLength: 2048 # controls cert with such a length is used for the test
2223
# debug settings
2324
certValidationConsoleEnabled: false
2425
statsEnabled: false
2526
logRequestDetails: false
26-
certPublicKeyLength: 2048
2727
arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}} --certPublicKeyLength {{certPublicKeyLength}}"
2828

2929
kestrelServer:
@@ -37,11 +37,12 @@ jobs:
3737
mTLS: false
3838
tlsRenegotiation: false
3939
tlsProtocols: "tls12,tls13"
40+
certPublicKeyLength: 2048 # controls cert with such a length is used for the test
4041
# debug settings
4142
certValidationConsoleEnabled: false
4243
statsEnabled: false
4344
logRequestDetails: false
44-
arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --tlsProtocols {{tlsProtocols}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}}"
45+
arguments: "--urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --tlsProtocols {{tlsProtocols}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}} --certPublicKeyLength {{certPublicKeyLength}}"
4546

4647
dockerLinuxKestrelServer:
4748
sources:

0 commit comments

Comments
 (0)