Skip to content

Commit

Permalink
Updated README. Its truly incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
joekottke committed Jun 27, 2019
1 parent f6f01cf commit ed81b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ When the client connects to the server, it presents its own certificate during t
#### Mind the CA bundle

Note that you can pass a CA bundle (multiple CA certificates concatenated in a single file) to `grpc.ssl_server_credentials()`, and that means that your server will trust any client certificates signed by those CAs. If you put a Public CA certificate in that bundle (like one from GoDaddy, Symantec, GeoTrust, etc.) any certificate signed by one of those CAs will be acceptable to the server.

#### TO BE COMPLETED

0 comments on commit ed81b7b

Please sign in to comment.