From 49473902a0c05389d0422b56375d5d46f406764b Mon Sep 17 00:00:00 2001 From: Will Date: Sat, 24 Aug 2024 16:12:46 -0600 Subject: [PATCH] docs: feat-273 tls flags --- docs/guides-references/command-line/hauler-store.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides-references/command-line/hauler-store.md b/docs/guides-references/command-line/hauler-store.md index 24bc074bd..d768e86cb 100644 --- a/docs/guides-references/command-line/hauler-store.md +++ b/docs/guides-references/command-line/hauler-store.md @@ -302,6 +302,8 @@ Flags: -h, --help help for registry -p, --port int Port to listen on. (default 5000) --readonly Run the registry as readonly. (default true) + --tls-cert string Location of the TLS Certificate + --tls-key string Location of the TLS Key Global Flags: --cache string (deprecated flag and currently not used) @@ -322,6 +324,8 @@ Flags: -h, --help help for fileserver -p, --port int Port to listen on. (default 8080) -t, --timeout int Set the http request timeout duration in seconds for both reads and write. (default 60) + --tls-cert string Location of the TLS Certificate + --tls-key string Location of the TLS Key Global Flags: --cache string (deprecated flag and currently not used)