From 091b32ee73764d2e31dd921b49c06aa87646bf57 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Wed, 24 Oct 2018 15:29:32 +0200 Subject: [PATCH] Add missing param in doc for shellpki init --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee28098..159ffe2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Usage: ./shellpki.sh [options] [CommonName] Initialize PKI (create CA key and self-signed cert) : - ./shellpki.sh init + ./shellpki.sh init Create a client cert with key and CSR directly generated on server (use -p for set a password on client key) :