From d713076f011af2b97f61969e96fb2b56dbccbb06 Mon Sep 17 00:00:00 2001 From: songzhendong Date: Thu, 7 May 2020 19:59:19 -0500 Subject: [PATCH] Update the path of tls_key_generate.sh script (#4756) --- docs/en/setup/backend/grpc-ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/setup/backend/grpc-ssl.md b/docs/en/setup/backend/grpc-ssl.md index 2247694d1..3110882dc 100644 --- a/docs/en/setup/backend/grpc-ssl.md +++ b/docs/en/setup/backend/grpc-ssl.md @@ -11,7 +11,7 @@ You can follow below steps to enable this feature It seems like step one is to generate certificates and key files for encrypting communication. I thought this would be fairly straightforward using `openssl` from the command line. -Use this [script](../../../../../tools/TLS/tls_key_generate.sh) if you are not familiar with how to generate key files. +Use this [script](../../../../tools/TLS/tls_key_generate.sh) if you are not familiar with how to generate key files. We need below files: - `server.pem` a private RSA key to sign and authenticate the public key.