Skip to content

Commit

Permalink
Fix reference to certificate generation script
Browse files Browse the repository at this point in the history
- Corrected name of script from `generate-certs` to `generate-tls-certs`
  and made it link to the file.

Signed-off-by: Derek G Foster <derek.foster@intel.com>
  • Loading branch information
ffoulkes committed May 26, 2023
1 parent a81ddeb commit 0cad162
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ insecure mode, if you wish. See the
[security guide](https://github.com/ipdk-io/networking-recipe/blob/main/docs/guides/security-guide.md)
for more information.

IPDK includes a script (`generate-certs.sh`) to generate certificates and copy
them to a specific location that will be used by the gRPC Server and Client for
secure communication.
IPDK includes a script
([generate-tls-certs](https://github.com/ipdk-io/ipdk/blob/main/build/networking/scripts/generate_tls_certs.sh))
to generate certificates and copy them to a specific location that will be used
by the gRPC Server and Client for secure communication.

## Helpful references:

Expand Down

0 comments on commit 0cad162

Please sign in to comment.