diff --git a/Documentation/Books/Users/ConfigureArango/Arangod.mdpp b/Documentation/Books/Users/ConfigureArango/Arangod.mdpp index 785bd7c859..5e65936407 100644 --- a/Documentation/Books/Users/ConfigureArango/Arangod.mdpp +++ b/Documentation/Books/Users/ConfigureArango/Arangod.mdpp @@ -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.