Skip to content

Commit

Permalink
Changed localhost -> fqdn
Browse files Browse the repository at this point in the history
The certificate itself is not for localhost, but for FQDN of the server
  • Loading branch information
Tomas-Eminger committed May 13, 2022
1 parent a13d856 commit df63ccc
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 df63ccc

Please sign in to comment.