Skip to content

Commit

Permalink
Merge pull request #144 from Tomas-Eminger/patch-2
Browse files Browse the repository at this point in the history
Changed localhost -> fqdn
  • Loading branch information
EricBolten committed May 16, 2022
2 parents a13d856 + df63ccc commit e93f8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04-GeneratingCertificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ grpcurl -cert integration_tests/tls/client/test_client.crt \
-key integration_tests/tls/client/test_client_key_pkcs8.pem \
-cacert <output_path>/server_ca.crt \
-d '' \
localhost:5734 \
<fqdn_of_server>:5734 \
steward.v1.ContractCall/Submit
```

Expand Down

0 comments on commit e93f8c6

Please sign in to comment.