From 07d1eeb68d0286a12876d3f8b06db31ecfe4c159 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 22 Apr 2016 13:46:09 +0200 Subject: [PATCH] fixed option name in docs after rename --- Documentation/Books/Users/ConfigureArango/Arangod.mdpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.