File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments