File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ type Flags struct {
48
48
SslCrl string `flag:"--ssl-crl="`
49
49
SslCrlPath string `flag:"--ssl-crlpath="`
50
50
SslKey string `flag:"--ssl-key="`
51
- SkipSsl bool `flag:"--skip- ssl"`
51
+ Ssl * int `flag:"--ssl= "`
52
52
Tab string `flag:"--tab="`
53
53
TLSCipherSuites string `flag:"--tls-ciphersuites="`
54
54
TLSVersion string `flag:"--tls-version="`
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ type Flags struct {
38
38
ServerPublicKeyPath string `flag:"--server-public-key-path="`
39
39
SharedMemoryBaseName string `flag:"--shared-memory-base-name="`
40
40
Socket string `flag:"--socket="`
41
- Ssl int `flag:"--ssl="`
41
+ Ssl * int `flag:"--ssl="`
42
42
SslCa string `flag:"--ssl-ca="`
43
43
SslCaPath string `flag:"--ssl-capath="`
44
44
SslCert string `flag:"--ssl-cert="`
You can’t perform that action at this time.
0 commit comments