]
Darran Lofthouse reassigned AS7-1456:
-------------------------------------
Assignee: Darran Lofthouse
How to configure keystore-type and ciphers in jboss 7.0 standalone
------------------------------------------------------------------
Key: AS7-1456
URL:
https://issues.jboss.org/browse/AS7-1456
Project: Application Server 7
Issue Type: Feature Request
Reporter: Gabriel Rabbaa
Assignee: Darran Lofthouse
Hi,
I'm trying to configure standalone.xml file in order to use my keystore certificate
but I need to add some more attributes like keystoreType and ciphers.
is it possible to do it?
At the moment could just configure the file store location and its password
{code}
<connector name="https" scheme="https"
protocol="HTTP/1.1" socket-binding="https" secure="true">
<ssl name="https" password="my_password"
certificate-key-file="../standalone/configuration/server.keystore"/>
</connector>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: