From 7f2936caf9511ecbf614613f9fdb9e73b6454789 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Fri, 17 May 2019 10:15:46 +0200 Subject: [PATCH] doc: Add signing example to the readme. While it is documented in the quickstart, it was missing from the readme, which is confusing as all other commands are shown with an example in the document. Signed-off-by: Olliver Schinagl --- doc/EasyRSA-Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/EasyRSA-Readme.md b/doc/EasyRSA-Readme.md index bece589..06431e3 100644 --- a/doc/EasyRSA-Readme.md +++ b/doc/EasyRSA-Readme.md @@ -193,6 +193,8 @@ Using Easy-RSA as a CA * server - A TLS server, suitable for a VPN or web server * ca - A subordinate CA, used when chaining multiple CAs together + ./easyrsa sign-req nameOfRequest + Additional types of certs may be defined by local sites as needed; see the advanced documentation for details.