1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<?xml version="1.0" encoding="UTF-8"?>
<CredentialResolver type="Chaining">
<CredentialResolver type="File">
<Key>
<Path>../xmltoolingtest/data/key.pem</Path>
<Name>Sample Key</Name>
</Key>
<Certificate>
<Path>../xmltoolingtest/data/cert.pem</Path>
</Certificate>
</CredentialResolver>
<CredentialResolver type="File">
<Key>
<Path>../xmltoolingtest/data/dsa-key.pem</Path>
<Name>Sample Key</Name>
</Key>
<Certificate>
<Path>../xmltoolingtest/data/dsa-cert.pem</Path>
</Certificate>
</CredentialResolver>
<CredentialResolver type="File">
<Key>
<Path>../xmltoolingtest/data/ec-key.pem</Path>
<Name>Sample Key</Name>
</Key>
<Certificate>
<Path>../xmltoolingtest/data/ec-cert.pem</Path>
</Certificate>
</CredentialResolver>
</CredentialResolver>
|