Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Spring http conduit configuration
<!--
optional settings to ensure client side security
that the client connects to the right web service endpoint
-->
<sec:certConstraints>
<sec:SubjectDNConstraints>
<sec:RegularExpression>CN=\*\.myorg\.be,O=Vlaamse,L=Brussel,ST=Brabant,C=BE</sec:RegularExpression>
</sec:SubjectDNConstraints>
</sec:certConstraints>