[jboss-jira] [JBoss JIRA] (AS7-4261) Support for specifying the alias to use from a keystore and the password to obtain that entry.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Wed Apr 11 09:16:48 EDT 2012


     [ https://issues.jboss.org/browse/AS7-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated AS7-4261:
----------------------------------

            Summary: Support for specifying the alias to use from a keystore and the password to obtain that entry.  (was: Keystore element of ssl server-identities, cannot specify 'alias' of key to use for identity)
    Forum Reference: https://community.jboss.org/thread/197297, https://community.jboss.org/message/728540#728540  (was: https://community.jboss.org/thread/197297, https://community.jboss.org/message/728540#728540)

    
> Support for specifying the alias to use from a keystore and the password to obtain that entry.
> ----------------------------------------------------------------------------------------------
>
>                 Key: AS7-4261
>                 URL: https://issues.jboss.org/browse/AS7-4261
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Domain Management, Security
>    Affects Versions: 7.1.0.Final
>            Reporter: Stian Lund
>            Assignee: Darran Lofthouse
>              Labels: jboss-as, jboss-as7, management, security, ssl
>             Fix For: 7.1.2.Final-redhat1
>
>
> When securing the management interface, you need to specify a server identity and a SSL keystore to use, example:
> <server-identities>
>   <ssl>
>     <keystore path="keystore.jks" relative-to="jboss.home.dir" password="xxx">
>   </ssl>
> </server-identities>
> *However* this does not support (in the XSD) using an alias to specify the private key to use for the identity. It seems to just use the first private key pair it finds in the keystore. This is quite a big problem if your keystore contains several key pairs (as for instance JKS supports)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list