From df63ccc2122611e7104bcd66ffce7f38ebeeef25 Mon Sep 17 00:00:00 2001 From: Tomas Eminger <86430113+Tomas-Eminger@users.noreply.github.com> Date: Fri, 13 May 2022 18:45:26 +0200 Subject: [PATCH] Changed localhost -> fqdn The certificate itself is not for localhost, but for FQDN of the server --- docs/04-GeneratingCertificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-GeneratingCertificates.md b/docs/04-GeneratingCertificates.md index cbaae7db..586560ed 100644 --- a/docs/04-GeneratingCertificates.md +++ b/docs/04-GeneratingCertificates.md @@ -77,7 +77,7 @@ grpcurl -cert integration_tests/tls/client/test_client.crt \ -key integration_tests/tls/client/test_client_key_pkcs8.pem \ -cacert /server_ca.crt \ -d '' \ - localhost:5734 \ + :5734 \ steward.v1.ContractCall/Submit ```