File: FilesystemCredentialResolver.xml

package info (click to toggle)
opensaml 3.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,464 kB
  • sloc: cpp: 27,961; sh: 4,593; xml: 1,004; makefile: 429; ansic: 18
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>