From a30c3b68713e0b5ee8f7b7a7c38cb28cc8644766 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Tue, 22 Mar 2022 02:08:26 +0000 Subject: [PATCH] EasyRSA-Readme.md: Add serverClient certificate type Closes: #497 Signed-off-by: Richard T Bonhomme --- doc/EasyRSA-Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/EasyRSA-Readme.md b/doc/EasyRSA-Readme.md index 188bf5a..b47ff36 100644 --- a/doc/EasyRSA-Readme.md +++ b/doc/EasyRSA-Readme.md @@ -188,12 +188,14 @@ Using Easy-RSA as a CA ./easyrsa sign-req nameOfRequest Every certificate needs a `type` which controls what extensions the certificate - gets. Easy-RSA ships with 3 possible types: `client`, `server`, and `ca`, described - below: + gets. + + Easy-RSA ships with 4 possible "types": * `client` - A TLS client, suitable for a VPN user or web browser (web client) * `server` - A TLS server, suitable for a VPN or web server * `ca` - A intermediate CA, used when chaining multiple CAs together + * `serverClient` - A TLS server and TLS client Additional types of certs may be defined by local sites as needed; see the advanced documentation for details.