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 19:34:56 UTC

[accumulo-website] branch master updated: Updated crypto property name (#124)

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 f289f17  Updated crypto property name (#124)
f289f17 is described below

commit f289f17a13b79bd1addfb95c3aecca8dd6e5ff25
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon Oct 22 15:33:10 2018 -0400

    Updated crypto property name (#124)
---
 _docs-2/security/crypto.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_docs-2/security/crypto.md b/_docs-2/security/crypto.md
index a2c36f1..1ca29ef 100644
--- a/_docs-2/security/crypto.md
+++ b/_docs-2/security/crypto.md
@@ -22,7 +22,7 @@ Out of the box, Accumulo provides the `AESCryptoService` for basic encryption ne
 with Galois/Counter Mode (GCM) for RFiles and Cipher Block Chaining (CBC) mode for WALs.  The additional property
 below is required by this crypto service to be set using the {% plink instance.crypto.opts.* %} prefix.
 ```
-instance.crypto.opts.key.location=file:///secure/path/to/crypto-key-file
+instance.crypto.opts.key.uri=file:///secure/path/to/crypto-key-file
 ```
 This property tells the crypto service where to find the file containing the key encryption key. The key file can be 16 or 32 bytes.
 For example, openssl can be used to create a random 32 byte key: