How would I configure; i.e. modify an http-listener container in the domain.xml to use a
nickname, specifically, the nickname that I assigned to a certificate that I added to the
keystore?
e.g. my http-listener container looks like this:
<http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="server" enabled="true" family="inet" id="http-listener-2" port="2789" security-enabled="true" server-name="" xpowered-by="true">
<ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true" />
</http-listener>
Do I just change the cert-nickname in the ssl container?
What if I rename the keystore?
Where do I specify the name of the keystore file?
Thank you!
[Message sent by forum member 'pward' (pward)]
http://forums.java.net/jive/thread.jspa?messageID=295241