Skip to content

Commit 926a6e8

Browse files
authored
Add sslinline argument description to index.html.markdown (#409)
1 parent a961e75 commit 926a6e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ The following arguments are supported:
166166
* `clientcert` - (Optional) - Configure the SSL client certificate.
167167
* `cert` - (Required) - The SSL client certificate file path. The file must contain PEM encoded data.
168168
* `key` - (Required) - The SSL client certificate private key file path. The file must contain PEM encoded data.
169+
* `sslinline` - (Optional) - If set to `true`, arguments accept inline ssl cert and key rather than a filename. Defaults to `false`.
169170
* `sslrootcert` - (Optional) - The SSL server root certificate file path. The file must contain PEM encoded data.
170171
* `connect_timeout` - (Optional) Maximum wait for connection, in seconds. The
171172
default is `180s`. Zero or not specified means wait indefinitely.

0 commit comments

Comments
 (0)