1
0
Fork 0

fixed option name in docs after rename

This commit is contained in:
Jan Steemann 2016-04-22 13:46:09 +02:00
parent 7be2a951a6
commit 07d1eeb68d
1 changed files with 3 additions and 4 deletions

View File

@ -158,7 +158,7 @@ requests.
keyfile containing server certificate keyfile containing server certificate
`--server.keyfile filename` `--ssl.keyfile filename`
If SSL encryption is used, this option must be used to specify the 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 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 For further information please check the manuals of the tools you use to
create the certificate. create the certificate.
**Note**: the \-\-server.keyfile option must be set if the server is **Note**: the \-\-ssl.keyfile option must be set if the server is
started with started with at least one SSL endpoint.
at least one SSL endpoint.