Skip to content

Commit b201ff5

Browse files
authored
Merge pull request #835 from tisnik/regenerated-config-doc
Regenerated config doc
2 parents 3ca4c28 + 5757fbf commit b201ff5

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

docs/config.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

docs/config.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,8 @@
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": [
@@ -987,7 +988,8 @@
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": [
@@ -1000,7 +1002,8 @@
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",

docs/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)