You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/10/22 18:26:27 UTC

[accumulo-website] branch master updated: Fixed link

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e1eea2f  Fixed link
e1eea2f is described below

commit e1eea2fe2c7489b4eafc012a6edb8020cb553846
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon Oct 22 14:24:46 2018 -0400

    Fixed link
---
 _docs-2/security/ssl.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs-2/security/ssl.md b/_docs-2/security/ssl.md
index dedd7eb..8d68afe 100644
--- a/_docs-2/security/ssl.md
+++ b/_docs-2/security/ssl.md
@@ -55,7 +55,7 @@ the properties to connect to an Accumulo instance using SSL:
 * {% plink -c ssl.truststore.path %}
 * {% plink -c ssl.truststore.password %}
 
-If two-way SSL is enabled for the Accumulo instance (by setting [instance.rpc.ssl.clientAuth] to `true` in `accumulo.properties`),
+If two-way SSL is enabled for the Accumulo instance (by setting {% plink instance.rpc.ssl.clientAuth %} to `true` in `accumulo.properties`),
 Accumulo clients must also define their own certificate by setting the following properties:
 
 * {% plink -c ssl.keystore.path %}