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:
19
19
# behavioral settings
20
20
mTLS : false # enables settings on http.sys to negotiate client cert on connections
21
21
tlsRenegotiation : false # enables client cert validation
22
+ certPublicKeyLength : 2048 # controls cert with such a length is used for the test
22
23
# debug settings
23
24
certValidationConsoleEnabled : false
24
25
statsEnabled : false
25
26
logRequestDetails : false
26
- certPublicKeyLength : 2048
27
27
arguments : " --urls https://{{serverAddress}}:{{serverPort}} --mTLS {{mTLS}} --certValidationConsoleEnabled {{certValidationConsoleEnabled}} --statsEnabled {{statsEnabled}} --tlsRenegotiation {{tlsRenegotiation}} --logRequestDetails {{logRequestDetails}} --certPublicKeyLength {{certPublicKeyLength}}"
28
28
29
29
kestrelServer :
@@ -37,11 +37,12 @@ jobs:
37
37
mTLS : false
38
38
tlsRenegotiation : false
39
39
tlsProtocols : " tls12,tls13"
40
+ certPublicKeyLength : 2048 # controls cert with such a length is used for the test
40
41
# debug settings
41
42
certValidationConsoleEnabled : false
42
43
statsEnabled : false
43
44
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}} "
45
46
46
47
dockerLinuxKestrelServer :
47
48
sources :
You can’t perform that action at this time.
0 commit comments