2017-03-15 10 views
1

WAS 8.5.5.2からLibertyに移行しており、現在は3つの「ダイナミックアウトバウンドエンドポイントSSL設定」を設定しています。以下は、マスクされたデータであるが、のsecurity.xmlからの抽出物を示していますWebsphere Libertyで複数の送信SSL設定を構成しますか?

<dynamicSSLConfigSelections 
    xmi:id="DynamicSSLConfigSelection_1111222333444" 
    name="Client3CertSSLSettings" 
    description="SSL Settings for client 3" 
    dynamicSelectionInfo="*,wss.microso.net,443" 
    certificateAlias="qa_sha2" 
    sslConfig="SSLConfig_1" 
    managementScope="ManagementScope_1"/> 
<dynamicSSLConfigSelections 
    xmi:id="DynamicSSLConfigSelection_1111222333555" 
    name="Client1CertSSLSettings" 
    description="SSL Settings for client 1" 
    dynamicSelectionInfo="*,qa1.dummysite.net,*|*,qa2.dummysite.net,*|*,qa3.dummysite.net,*" 
    certificateAlias="client1_qa" 
    sslConfig="SSLConfig_1" 
    managementScope="ManagementScope_1"/> 
<dynamicSSLConfigSelections 
    xmi:id="DynamicSSLConfigSelection_1111222333666" 
    name="Client2CertSSLSettings" 
    description="SSL client certificate Settings for client 2" 
    dynamicSelectionInfo="*,ws.website.biz,443" 
    sslConfig="SSLConfig_1" 
    managementScope="ManagementScope_1"/> 

これは、IBMのドキュメントからのようだ、彼らは中outboundSSLRefの一つのエントリだけを許可します。

websphere libertyに複数の送信SSL設定を構成することはできますか?これをLiberty形式に変換するにはどうすればよいですか?調査


IBMのドキュメント:1つのアウトバウンドSSL構成のための唯一のサポートがある。この時 https://www.ibm.com/support/knowledgecenter/en/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/twlp_config_ssl_outbound.html

https://www.ibm.com/support/knowledgecenter/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/rwlp_liberty_ssl_defaults.html

+0

オフトピックです。 [ServerFault](https://serverfault.com/about)に所属 – fnt

答えて

2

+0

ありがとうございました。また、伝統的なWASとLibertyの違いについてのホワイトペーパーも見つけました。他の人に役立つことを願っています。http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/documentation/ChoosingTraditionalWASorLiberty-16.0.0.4 .pdf –

関連する問題