From a6021cbb57a2fcbbcfdb6fcee5a71151068ecb3b Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Thu, 6 Jul 2017 18:00:30 +0200 Subject: [PATCH] Fix PKI command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f12831..13d5dee 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ rely on the system keystore. ### Generate a sample CA key and certificate Change your current directory to the `pki` directory and execute the -script `./generate_token.sh`. It will produce a sample CA key in +script `./generate_ca.sh`. It will produce a sample CA key in `PKI/private/ca.key.pem` and the corresponding certificate in `PKI/certs/ca.cert.pem`.