mirror of
https://github.com/yudai/gotty.git
synced 2026-01-02 15:48:50 +01:00
Replace "cert" to "crt"
This commit is contained in:
parent
783e3fd925
commit
f60fd58f9b
3 changed files with 14 additions and 14 deletions
8
main.go
8
main.go
|
|
@ -57,10 +57,10 @@ func main() {
|
|||
EnvVar: "GOTTY_ENABLE_TLS",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "tls-cert",
|
||||
Value: app.DefaultTLSCertPath,
|
||||
Usage: "TLS/SSL cert",
|
||||
EnvVar: "GOTTY_TLS_CERT",
|
||||
Name: "tls-crt",
|
||||
Value: app.DefaultTLSCrtPath,
|
||||
Usage: "TLS/SSL crt",
|
||||
EnvVar: "GOTTY_TLS_CRT",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "tls-key",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue