[jboss-jira] [JBoss JIRA] Commented: (JBAS-7979) Add encryption for the SSLPassword attribute in native JBossWeb connectors

Marcus Moyses (JIRA) jira-events at lists.jboss.org
Mon Apr 26 14:28:10 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBAS-7979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527609#action_12527609 ] 

Marcus Moyses commented on JBAS-7979:
-------------------------------------

To encode the password, users must change the connector protocol attribute in server.xml to 

protocol="org.jboss.net.ssl.JBossHttp11AprProtocol"

and add the securityDomain attribute with the JNDI name of the JaasSecurityDomain that can decode the password.
The encoded password can be generated with org.jboss.security.plugins.PBEUtils.



> Add encryption for the SSLPassword attribute in native JBossWeb connectors
> --------------------------------------------------------------------------
>
>                 Key: JBAS-7979
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7979
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Security, Web (Tomcat) service
>    Affects Versions: JBossAS-6.0.0.M2
>            Reporter: Marcus Moyses
>            Assignee: Marcus Moyses
>             Fix For: JBossAS-6.0.0.M3
>
>
> We need to add a feature to allow the SSLPassword attribute to be encoded in server.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list