ACCUMULO-3827 set default store types for monitor ssl to jks

Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7619532e
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7619532e
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7619532e

Branch: refs/heads/master
Commit: 7619532e0543a98293f21bfe31ec62a9a2afb8da
Parents: a1b3955
Author: Billie Rinaldi <bil...@apache.org>
Authored: Mon May 18 13:58:14 2015 -0700
Committer: Josh Elser <els...@apache.org>
Committed: Mon Jul 31 15:24:00 2017 -0400

----------------------------------------------------------------------
 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7619532e/core/src/main/java/org/apache/accumulo/core/conf/Property.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index 0e7026f..800db90 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -384,11 +384,11 @@ public enum Property {
   MONITOR_SSL_KEYSTORE("monitor.ssl.keyStore", "", PropertyType.PATH, "The 
keystore for enabling monitor SSL."),
   @Sensitive
   MONITOR_SSL_KEYSTOREPASS("monitor.ssl.keyStorePassword", "", 
PropertyType.STRING, "The keystore password for enabling monitor SSL."),
-  MONITOR_SSL_KEYSTORETYPE("monitor.ssl.keyStoreType", "", 
PropertyType.STRING, "Type of SSL keystore"),
+  MONITOR_SSL_KEYSTORETYPE("monitor.ssl.keyStoreType", "jks", 
PropertyType.STRING, "Type of SSL keystore"),
   MONITOR_SSL_TRUSTSTORE("monitor.ssl.trustStore", "", PropertyType.PATH, "The 
truststore for enabling monitor SSL."),
   @Sensitive
   MONITOR_SSL_TRUSTSTOREPASS("monitor.ssl.trustStorePassword", "", 
PropertyType.STRING, "The truststore password for enabling monitor SSL."),
-  MONITOR_SSL_TRUSTSTORETYPE("monitor.ssl.trustStoreType", "", 
PropertyType.STRING, "Type of SSL truststore"),
+  MONITOR_SSL_TRUSTSTORETYPE("monitor.ssl.trustStoreType", "jks", 
PropertyType.STRING, "Type of SSL truststore"),
   MONITOR_SSL_INCLUDE_CIPHERS("monitor.ssl.include.ciphers", "", 
PropertyType.STRING,
       "A comma-separated list of allows SSL Ciphers, see 
monitor.ssl.exclude.ciphers to disallow ciphers"),
   MONITOR_SSL_EXCLUDE_CIPHERS("monitor.ssl.exclude.ciphers", "", 
PropertyType.STRING,

Reply via email to