Skip to content

Commit

Permalink
docs: feat-273 tls flags (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcrum authored Aug 25, 2024
1 parent 2320d82 commit a1afb65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides-references/command-line/hauler-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit a1afb65

Please sign in to comment.