Skip to content

Commit

Permalink
Merge pull request #121 from IBM/issue-119
Browse files Browse the repository at this point in the history
Adapted documentation
  • Loading branch information
rainerschoe authored Jan 21, 2022
2 parents ade2204 + 2bb3bbd commit a1f7afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ OPTION:
--serverCert=<path to server certificate>
Set location to server certificate file.
The certificate should be in .pem or .crt format.
Use this optional parameter, if you want to specify a server certificate.
While clientCert and clientKey are not always needed, either the default certificate
or a certificate provided by the user is mandatory for building a connection.
Use this optional parameter, if you want to provide an own server certificate.
If this option is not set, the default-roots will be used.
The default location is the system cert path, which can be overridden by
gRPC environment GRPC_DEFAULT_SSL_ROOTS_FILE_PATH.
While clientCert and clientKey are not always needed, the serverCert
is mandatory for building a connection.
The connection will fail if no cert is found at the provided location.
If this option is used without using --ssl on a secure server,
building the connection fails.
Expand Down

0 comments on commit a1f7afe

Please sign in to comment.