Re-arrange "# Signing a request" to fix markdown problem
Supercedes: #430 Closes: #47 Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
df63c6385b
commit
b02f4231a5
@ -183,17 +183,18 @@ Using Easy-RSA as a CA
|
|||||||
|
|
||||||
#### Signing a request
|
#### Signing a request
|
||||||
|
|
||||||
Once Easy-RSA has imported a request, it can be reviewed and signed. Every
|
Once Easy-RSA has imported a request, it can be reviewed and signed:
|
||||||
certificate needs a "type" which controls what extensions the certificate gets
|
|
||||||
Easy-RSA ships with 3 possible types: `client`, `server`, and `ca`, described
|
|
||||||
below:
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
./easyrsa sign-req <type> nameOfRequest
|
./easyrsa sign-req <type> 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:
|
||||||
|
|
||||||
|
* `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
|
||||||
|
|
||||||
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