Skip to content

Commit

Permalink
Add sslinline argument description to index.html.markdown (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakkenouw authored Feb 24, 2024
1 parent a961e75 commit 926a6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ The following arguments are supported:
* `clientcert` - (Optional) - Configure the SSL client certificate.
* `cert` - (Required) - The SSL client certificate file path. The file must contain PEM encoded data.
* `key` - (Required) - The SSL client certificate private key file path. The file must contain PEM encoded data.
* `sslinline` - (Optional) - If set to `true`, arguments accept inline ssl cert and key rather than a filename. Defaults to `false`.
* `sslrootcert` - (Optional) - The SSL server root certificate file path. The file must contain PEM encoded data.
* `connect_timeout` - (Optional) Maximum wait for connection, in seconds. The
default is `180s`. Zero or not specified means wait indefinitely.
Expand Down

0 comments on commit 926a6e8

Please sign in to comment.