You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean.Lee (JIRA)" <ji...@apache.org> on 2011/06/26 16:34:47 UTC

[jira] [Issue Comment Edited] (KARAF-541) Support JMX SSL via etc/org.apache.karaf.management.cfg

    [ https://issues.apache.org/jira/browse/KARAF-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055088#comment-13055088 ] 

Jean.Lee edited comment on KARAF-541 at 6/26/11 2:32 PM:
---------------------------------------------------------

BTW, I also attached the org.apache.karaf.management.zip here, it also gets working, it is based on your diff file


<cm:property name="keyStore" value="dps3_keystore"/>
			<cm:property name="keyAlias" value="dps3"/>
			<cm:property name="trustStore" value="dps3_trust_keystore"/>


<!--  default keystore/trustore -->
	<jaas:keystore xmlns:jaas="http://karaf.apache.org/xmlns/jaas/v1.0.0" name="dps3_keystore" rank="1"
	  path="file:etc/dps3.keystore" keystorePassword="ecwise" keyPasswords="dps3=ecwise" />
	
	<jaas:keystore xmlns:jaas="http://karaf.apache.org/xmlns/jaas/v1.0.0" name="dps3_trust_keystore" rank="1"
	  path="file:etc/dps3_client.keystore" keystorePassword="ecwise" keyPasswords="dps3=ecwise" />

my env is Karaf 2.1.4-fuse-00-15, fuse esb 4.4

      was (Author: lxjchengcu):
    BTW, I also attached the org.apache.karaf.management.zip here, it also gets working, it is based on your diff file, I found your 'keystore' and 'truststore' are SSL store file paths, I think it should be the keystore service name:


<cm:property name="keyStore" value="dps3_keystore"/>
			<cm:property name="keyAlias" value="dps3"/>
			<cm:property name="trustStore" value="dps3_trust_keystore"/>


<!--  default keystore/trustore -->
	<jaas:keystore xmlns:jaas="http://karaf.apache.org/xmlns/jaas/v1.0.0" name="dps3_keystore" rank="1"
	  path="file:etc/dps3.keystore" keystorePassword="ecwise" keyPasswords="dps3=ecwise" />
	
	<jaas:keystore xmlns:jaas="http://karaf.apache.org/xmlns/jaas/v1.0.0" name="dps3_trust_keystore" rank="1"
	  path="file:etc/dps3_client.keystore" keystorePassword="ecwise" keyPasswords="dps3=ecwise" />

my env is Karaf 2.1.4-fuse-00-15, fuse esb 4.4
  
> Support JMX SSL via etc/org.apache.karaf.management.cfg 
> --------------------------------------------------------
>
>                 Key: KARAF-541
>                 URL: https://issues.apache.org/jira/browse/KARAF-541
>             Project: Karaf
>          Issue Type: New Feature
>          Components: runtime
>    Affects Versions: 2.2.0
>         Environment: windows, linux, java 6
>            Reporter: Dan Tran
>             Fix For: 3.0.0
>
>         Attachments: KARAF-541-initial.diff, KARAF-541.diff, dps-JMX.zip, org.apache.karaf.management.zip
>
>
> Initial discussion is at 
> http://karaf.922171.n3.nabble.com/How-to-configure-JMX-connection-with-SSL-td2746251.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira