Can the same SSL key for the JBoss web connector be use for the Management Console ?

Solution Unverified - Updated -

Issue

  • Can we have both the HTTPS listener and the management port listener use the same certificate without any conflicts?
    <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" enabled="true">
        <ssl name="https" key-alias="jboss" password="xxxxxx" certificate-key-file="${jboss.server.config.dir}/jboss.keystore"/>
    </connector>
   ....
    <security-realm name="ManagementRealm">
        <server-identities>
            <ssl protocol="TLSv1">
                <keystore path="${jboss.server.config.dir}/jboss.keystore" keystore-password="xxxxxx" alias="jboss"/>
            </ssl>
        </server-identities>

Environment

  • Red Hat JBoss Enterprise Application Platform 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content