我正在尝试外化“http:conduit”的“名称”,因为我想从外部文件配置它。我的代码是这样的,有人知道怎么做吗?
<http:conduit name="https://myExternalPath/services/.*">
<http:tlsClientParameters secureSocketProtocol="SSL" disableCNCheck="true">
<sec:trustManagers>
<sec:certStore file="${certificateName}" />
</sec:trustManagers>
</http:tlsClientParameters>
</http:conduit>
我希望将http:管道的名称外化为“sec:certStore。
谢谢!