[jboss-jira] [JBoss JIRA] Created: (AS7-1456) How to configure keystore-type and ciphers in jboss 7.0 standalone
Gabriel Rabbaa (JIRA)
jira-events at lists.jboss.org
Wed Aug 3 08:52:06 EDT 2011
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
Fix For: 7.0.0.Final
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list