From 234e7ff376edcd9e6fb7af6ea295020c5f547e9a Mon Sep 17 00:00:00 2001 From: Gilberto Miralla-Flores Date: Sun, 5 Jun 2022 12:27:30 -0400 Subject: [PATCH] Updated docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 488f1f2..ce60775 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Is this a bad idea? Si! * `--command` Command to expose (can be used multiple times). The command base name is used as the command name. +* `--basic-auth-user` + Username for basic http authentication + +* `--basic-auth-pass` + Password for basic http authentication + * `--listen-host` Specifies the host to listen on\ Default: `0.0.0.0` @@ -21,6 +27,12 @@ Is this a bad idea? Si! Timeout in seconds before command is cancelled\ Default: `90` +* `--tls-cert` + Path to tls certificate chain file + +* `--tls-key` + Path to tls key file + ## Usage ### Exposing Commands