Can the same SSL key for the JBoss web connector be use for the Management Console ?
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 of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
