File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -970,6 +970,11 @@ <h2 id="serviceconfiguration">ServiceConfiguration</h2>
970970< h2 id ="tlsconfiguration "> TLSConfiguration</ h2 >
971971< p > TLS configuration.</ p >
972972< table >
973+ < colgroup >
974+ < col style ="width: 26% " />
975+ < col style ="width: 23% " />
976+ < col style ="width: 50% " />
977+ </ colgroup >
973978< thead >
974979< tr class ="header ">
975980< th > Field</ th >
@@ -981,17 +986,18 @@ <h2 id="tlsconfiguration">TLSConfiguration</h2>
981986< tr class ="odd ">
982987< td > tls_certificate_path</ td >
983988< td > </ td >
984- < td > </ td >
989+ < td > SSL/TLS certificate file path for HTTPS support. </ td >
985990</ tr >
986991< tr class ="even ">
987992< td > tls_key_path</ td >
988993< td > </ td >
989- < td > </ td >
994+ < td > SSL/TLS private key file path for HTTPS support. </ td >
990995</ tr >
991996< tr class ="odd ">
992997< td > tls_key_password</ td >
993998< td > </ td >
994- < td > </ td >
999+ < td > Path to file containing the password to decrypt the SSL/TLS private
1000+ key.</ td >
9951001</ tr >
9961002</ tbody >
9971003</ table >
Original file line number Diff line number Diff line change 974974 }
975975 ],
976976 "default" : null ,
977- "title" : " Tls Certificate Path"
977+ "description" : " SSL/TLS certificate file path for HTTPS support." ,
978+ "title" : " TLS certificate path"
978979 },
979980 "tls_key_path" : {
980981 "anyOf" : [
987988 }
988989 ],
989990 "default" : null ,
990- "title" : " Tls Key Path"
991+ "description" : " SSL/TLS private key file path for HTTPS support." ,
992+ "title" : " TLS key path"
991993 },
992994 "tls_key_password" : {
993995 "anyOf" : [
10001002 }
10011003 ],
10021004 "default" : null ,
1003- "title" : " Tls Key Password"
1005+ "description" : " Path to file containing the password to decrypt the SSL/TLS private key." ,
1006+ "title" : " SSL/TLS key password path"
10041007 }
10051008 },
10061009 "title" : " TLSConfiguration" ,
Original file line number Diff line number Diff line change @@ -365,9 +365,9 @@ TLS configuration.
365365
366366| Field | Type | Description |
367367| -------| ------| -------------|
368- | tls_certificate_path | | |
369- | tls_key_path | | |
370- | tls_key_password | | |
368+ | tls_certificate_path | | SSL/TLS certificate file path for HTTPS support. |
369+ | tls_key_path | | SSL/TLS private key file path for HTTPS support. |
370+ | tls_key_password | | Path to file containing the password to decrypt the SSL/TLS private key. |
371371
372372
373373## UserDataCollection
You can’t perform that action at this time.
0 commit comments