watt.server.ssl.keyStoreAlias and watt.server.ssl.trustStoreAlias are settings to tell IS to use key and truststores configured in the IS admin gui for the JVM as well. This is a replacement for using
javax.net.ssl.trustStore
javax.net.ssl.trustStorePassword
javax.net.ssl.keyStore
javax.net.ssl.keyStorePassword
settings for the jvm. You need those settings JMS or any other Java specific connections which use the jvm ssl settings implicetly.
The extended settings should be editable, but only make sense if set to key and truststores configured in IS Admin.
To configure key and truststores go to Security - Keystore. You can configure several key and truststores. This allows for different client or server identitites in IS specific connections like webMethods messaging or server identities on https ports. Details to be found in the IS Admin guide.
#webmethods-Protocol-and-Transport#webMethods#Integration-Server-and-ESB