File: FilesystemCredentialResolver.xml

package info (click to toggle)
xmltooling 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,016 kB
  • sloc: cpp: 23,286; sh: 4,446; xml: 1,493; makefile: 351; ansic: 27; python: 14
file content (30 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (5)
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>