File: FilesystemCredentialResolver.xml

package info (click to toggle)
opensaml2 2.3-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,008 kB
  • ctags: 5,093
  • sloc: cpp: 25,228; xml: 19,601; sh: 8,618; ansic: 5,309; makefile: 461
file content (9 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<FilesystemCredentialResolver>
    <Key>
        <Path>../samltest/data/key.pem</Path>
    </Key>
    <Certificate>
        <Path>../samltest/data/cert.pem</Path>
    </Certificate>
</FilesystemCredentialResolver>