mirror of https://gitee.com/bigwinds/arangodb
fixed option name in docs after rename
This commit is contained in:
parent
7be2a951a6
commit
07d1eeb68d
|
@ -158,7 +158,7 @@ requests.
|
|||
|
||||
|
||||
keyfile containing server certificate
|
||||
`--server.keyfile filename`
|
||||
`--ssl.keyfile filename`
|
||||
|
||||
If SSL encryption is used, this option must be used to specify the filename
|
||||
of the server private key. The file must be PEM formatted and contain both
|
||||
|
@ -208,9 +208,8 @@ following commands should create a valid keyfile:
|
|||
For further information please check the manuals of the tools you use to
|
||||
create the certificate.
|
||||
|
||||
**Note**: the \-\-server.keyfile option must be set if the server is
|
||||
started with
|
||||
at least one SSL endpoint.
|
||||
**Note**: the \-\-ssl.keyfile option must be set if the server is
|
||||
started with at least one SSL endpoint.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue