Correct creds paths
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 14:45:37 +0000 (14:45 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 20 May 2005 14:45:37 +0000 (14:45 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1645 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibboleth.xml.in

index 0425bd5..5e867bc 100644 (file)
         <!--
         Zero or more SAML Audience condition matches (mainly for Shib 1.1 compatibility).
         If you get "policy mismatch errors, you probably need to supply metadata about
-               your SP to the IdP. Adding an element here is only a partial fix.
+               your SP to the IdP if it's running 1.2. Adding an element here is only a partial fix.
         -->
         <saml:Audience>urn:mace:inqueue</saml:Audience>
         
         <Credentials xmlns="urn:mace:shibboleth:credentials:1.0">
             <FileResolver Id="defcreds">
                 <Key format="PEM">
-                    <Path>@-PKGSYSCONFDIR-@/example.key</Path>
+                    <Path>@-PKGSYSCONFDIR-@/sp-example.key</Path>
                 </Key>
                 <Certificate format="PEM">
-                    <Path>@-PKGSYSCONFDIR-@/example.crt</Path>
+                    <Path>@-PKGSYSCONFDIR-@/sp-example.crt</Path>
                 </Certificate>
             </FileResolver>