Repository: karaf
Updated Branches:
  refs/heads/karaf-4.0.x ccfe2e045 -> 88c589d13


[KARAF-4770] Update etc/org.apache.karaf.management.cfg


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/88c589d1
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/88c589d1
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/88c589d1

Branch: refs/heads/karaf-4.0.x
Commit: 88c589d136ea18b81bfb540b3203cf1d2fdbbe5c
Parents: ccfe2e0
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Sun Dec 11 08:35:19 2016 +0100
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Sun Dec 11 08:35:19 2016 +0100

----------------------------------------------------------------------
 .../etc/org.apache.karaf.management.cfg         | 55 ++++++++++++++++++--
 1 file changed, 52 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/88c589d1/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.management.cfg
----------------------------------------------------------------------
diff --git 
a/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.management.cfg
 
b/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.management.cfg
index 16a0c08..5122e01 100644
--- 
a/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.management.cfg
+++ 
b/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.management.cfg
@@ -67,7 +67,56 @@ threaded = true
 objectName = connector:name=rmi
 
 #
-# Role name used for JMX access authorization
-# If not set, this defaults to the ${karaf.admin.role} configured in 
etc/system.properties
+# Timeout to lookup for the keystore in case of SSL authentication usage
 #
-# jmxRole=admin
+#keyStoreAvailabilityTimeout = 5000
+
+#
+# The type of authentication
+#
+#authenticatorType = password
+
+#
+# Enable or not SSL/TLS
+#
+#secured = false
+
+#
+# Secure algorithm to use
+#
+#secureAlgorithm = default
+
+#
+# Secure protocol to use
+#
+#secureProtocol = TLS
+
+#
+# Keystore to use for secure mode
+#
+#keyStore = karaf.ks
+
+#
+# Alias of the key to use in the keystore
+#
+#keyAlias = karaf
+
+#
+# Truststore to use for secure mode
+#
+#trustStore = karaf.ts
+
+#
+# Create the JMX RMI registry
+#
+#createRmiRegistry = true
+
+#
+# Locate the JMX RMI registry
+#
+#locateRmiRegistry = true
+
+#
+# Locate an existing MBean server if possible (usefull when Karaf is embedded)
+#
+#locateExistingMBeanServerIfPossible = true
\ No newline at end of file

Reply via email to