<!-- ========================================== -->
<!-- Security Configurations -->
<!-- ========================================== -->
- <!-- Example Credential definition where credential material is inline. -->
- <!--
+ <!-- Example Credential definition where credential material is inline. -->
<security:Credential id="ExampleOrgCred" xsi:type="security:X509Inline">
<security:PrivateKey password="changeit">
-----BEGIN RSA PRIVATE KEY-----
-----END CERTIFICATE-----
</security:Certificate>
</security:Credential>
- -->
<!-- Example Credential definition where credential material is read from the filesystem -->
<!--