mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-23 12:35:37 -04:00
Fix tls-key flag (#50)
This commit is contained in:
1 parent
3ff0e2fd47
commit
439cc7d4f5
1 file changed
+1
-1
@@ -151,7 +151,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
Destination: &cfg.HTTP.TLSCert,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "transport- tls-key",
|
||||
Name: "transport-tls-key",
|
||||
Value: "",
|
||||
Usage: "Secret file for transport encryption",
|
||||
EnvVars: []string{"KONNECTD_TRANSPORT_TLS_KEY"},
|
||||
|
||||
Reference in new issue
Block a user