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