Added secure connection with certificate
This will allow the grpc server to also be able to run using certificates making the client's connection to the server secure.
#2 #12
hello, could you review? @fengsp
Hi @fengsp, could you review?
@dyohan9 Adding secure connection support is good 👍 . I might use grpc_settings to set up this, just like interceptors config, so that we have more flexibility, we have grpc.ssl_server_credentials and grpc.dynamic_ssl_server_credentials, so we could let users config one ServerCredentials instance in grpc_settings and use it, now users can choose whatever method to create a ServerCredentials. Any better idea?