Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo/pull/259#discussion_r117340686 --- Diff: core/src/main/java/org/apache/accumulo/core/conf/Property.java --- @@ -86,7 +86,7 @@ + "the configuration file, set this property to true."), // SSL properties local to each node (see also instance.ssl.enabled which must be consistent across all nodes in an instance) RPC_PREFIX("rpc.", null, PropertyType.PREFIX, "Properties in this category related to the configuration of SSL keys for RPC. See also instance.ssl.enabled"), - RPC_SSL_KEYSTORE_PATH("rpc.javax.net.ssl.keyStore", "", PropertyType.PATH, "Path of the keystore file for the servers' priva:q" + "te SSL key"), --- End diff -- Heh, `vi`-based typos. :)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---