Skip to content

Commit

Permalink
documentation about tls
Browse files Browse the repository at this point in the history
  • Loading branch information
yylyyl committed Jan 4, 2024
1 parent 7e2996c commit b54d8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ var (
fGenerateHash = flag.Bool("generate-hash", false,
"Generate a hash from your password, then exit. "+
"For security reasons, you have to input your password interactively.")
fTlsCert = flag.String("tls-cert", "", "Path of TLS certificate")
fTlsCert = flag.String("tls-cert", "", "Path of TLS certificate. "+
"When specified, the listening port will serve TLS instead of plaintext.")
fTlsKey = flag.String("tls-key", "", "Path of TLS key")
fVersion = flag.Bool("version", false, "Show the version of ContainerUp, then exit.")
)
Expand Down

0 comments on commit b54d8a9

Please sign in to comment.