Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4261

Support for specifying the alias to use from a keystore and the password to obtain that entry.

XMLWordPrintable

      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)

        There are no Sub-Tasks for this issue.

            darran.lofthouse@redhat.com Darran Lofthouse
            stian.lund Stian Lund (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: