简体   繁体   English

WebLogic中具有不同密钥库/信任库的新SSL侦听器端口

[英]New SSL listener port with different keystore/truststore in WebLogic

有什么方法可以在现有WebLogic服务器上配置其他SSL侦听器端口,该服务器使用与“主要” SSL端口不同的密钥库和信任库配置?

I don't think you can use multiple keystores for the same server - Even if you're using custom key/trust stores, you should be able to consolidate everything (using import/export for keytool/ikeyman). 我认为您不能在同一台服务器上使用多个密钥库-即使您使用的是自定义密钥/信任库,您也应该能够整合所有内容(对keytool / ikeyman使用import / export)。

Under the Server -> Protocols -> Channels tab, you can define an additional port using your SSL protocol of choice (t3s/https/iiops/ldaps) but your issue should be resolved by using the earlier suggestion alone. 在“服务器”->“协议”->“通道”选项卡下,您可以使用您选择的SSL协议(t3s / https / iiops / ldaps)定义其他端口,但是您的问题应仅通过使用较早的建议来解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM