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 <oliver@schinagl.nl>
This commit is contained in:
Olliver Schinagl 2019-05-17 10:15:46 +02:00
parent 6b7b6bf1f0
commit 7f2936caf9
No known key found for this signature in database
GPG Key ID: 81DF44CE954F8611

View File

@ -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 <type> nameOfRequest
Additional types of certs may be defined by local sites as needed; see the
advanced documentation for details.