File: FilesystemCredentialResolver.xml

package info (click to toggle)
opensaml2 2.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 5,924 kB
  • sloc: cpp: 27,060; sh: 10,755; xml: 999; makefile: 439; ansic: 22
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>