EasyRSA-Readme.md: Add serverClient certificate type
Closes: #497 Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
4dfc380308
commit
a30c3b6871
@ -188,12 +188,14 @@ Using Easy-RSA as a CA
|
|||||||
./easyrsa sign-req <type> nameOfRequest
|
./easyrsa sign-req <type> nameOfRequest
|
||||||
|
|
||||||
Every certificate needs a `type` which controls what extensions the certificate
|
Every certificate needs a `type` which controls what extensions the certificate
|
||||||
gets. Easy-RSA ships with 3 possible types: `client`, `server`, and `ca`, described
|
gets.
|
||||||
below:
|
|
||||||
|
Easy-RSA ships with 4 possible "types":
|
||||||
|
|
||||||
* `client` - A TLS client, suitable for a VPN user or web browser (web client)
|
* `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
|
* `server` - A TLS server, suitable for a VPN or web server
|
||||||
* `ca` - A intermediate CA, used when chaining multiple CAs together
|
* `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
|
Additional types of certs may be defined by local sites as needed; see the
|
||||||
advanced documentation for details.
|
advanced documentation for details.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user