mirror of
https://github.com/linka-cloud/grpc.git
synced 2024-11-24 03:46:24 +00:00
service: flags: add missing cert options
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
82d04d63b6
commit
e295da1988
@ -41,9 +41,9 @@ func NewFlagSet() (*pflag.FlagSet, Option) {
|
||||
o.address = optAddress
|
||||
o.secure = !optInsecure
|
||||
o.reflection = optReflection
|
||||
// o.caCert = optCACert
|
||||
// o.cert = optCert
|
||||
// o.key = optKey
|
||||
o.caCert = optCACert
|
||||
o.cert = optCert
|
||||
o.key = optKey
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user