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:26 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:e1eea2f

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2dcdddb  Jekyll build from master:e1eea2f
2dcdddb is described below

commit 2dcdddb9dc5a401615c58e53fbcfd751feb357a9
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon Oct 22 14:25:11 2018 -0400

    Jekyll build from master:e1eea2f
    
    Fixed link
---
 docs/2.x/security/ssl.html | 2 +-
 feed.xml                   | 4 ++--
 search_data.json           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/2.x/security/ssl.html b/docs/2.x/security/ssl.html
index 107c2d1..9ae550d 100644
--- a/docs/2.x/security/ssl.html
+++ b/docs/2.x/security/ssl.html
@@ -475,7 +475,7 @@ the properties to connect to an Accumulo instance using SSL:</p>
   <li><a href="/docs/2.x/configuration/client-properties#ssl_truststore_password">ssl.truststore.password</a></li>
 </ul>
 
-<p>If two-way SSL is enabled for the Accumulo instance (by setting [instance.rpc.ssl.clientAuth] to <code class="highlighter-rouge">true</code> in <code class="highlighter-rouge">accumulo.properties</code>),
+<p>If two-way SSL is enabled for the Accumulo instance (by setting <a href="/docs/2.x/configuration/server-properties#instance_rpc_ssl_clientAuth">instance.rpc.ssl.clientAuth</a> to <code class="highlighter-rouge">true</code> in <code class="highlighter-rouge">accumulo.properties</code>),
 Accumulo clients must also define their own certificate by setting the following properties:</p>
 
 <ul>
diff --git a/feed.xml b/feed.xml
index 01926e9..554587d 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 22 Oct 2018 13:29:32 -0400</pubDate>
-    <lastBuildDate>Mon, 22 Oct 2018 13:29:32 -0400</lastBuildDate>
+    <pubDate>Mon, 22 Oct 2018 14:25:04 -0400</pubDate>
+    <lastBuildDate>Mon, 22 Oct 2018 14:25:04 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/search_data.json b/search_data.json
index c28d6d0..eb83649 100644
--- a/search_data.json
+++ b/search_data.json
@@ -212,7 +212,7 @@
   
     "docs-2-x-security-ssl": {
       "title": "SSL",
-      "content"	 : "Accumulo, through Thrift’s TSSLTransport, provides the ability to encryptwire communication between Accumulo servers and clients using securesockets layer (SSL). SSL certificates signed by the same certificate authoritycontrol the “circle of trust” in which a secure connection can be established.Typically, each host running Accumulo processes would be given a certificatewhich identifies itself.Clients can optionally also be given a certificate, when client-auth is ena [...]
+      "content"	 : "Accumulo, through Thrift’s TSSLTransport, provides the ability to encryptwire communication between Accumulo servers and clients using securesockets layer (SSL). SSL certificates signed by the same certificate authoritycontrol the “circle of trust” in which a secure connection can be established.Typically, each host running Accumulo processes would be given a certificatewhich identifies itself.Clients can optionally also be given a certificate, when client-auth is ena [...]
       "url": " /docs/2.x/security/ssl",
       "categories": "security"
     },