Skip to content

Commit

Permalink
Merge pull request #28 from internet2/comanage-shibboleth
Browse files Browse the repository at this point in the history
Update shibboleth2.xml
  • Loading branch information
chubing authored Dec 4, 2020
2 parents 12c6160 + 5582b0f commit 424c78c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@

<!-- Simple file-based resolvers for separate signing/encryption keys. -->
<CredentialResolver type="File" use="signing"
key="sp-key.pem" certificate="sp-cert.pem"/>
key="sp-signing-key.pem" certificate="sp-signing-cert.pem"/>
<CredentialResolver type="File" use="encryption"
key="sp-key.pem" certificate="sp-cert.pem"/>
key="sp-encrypt-key.pem" certificate="sp-encrypt-cert.pem"/>

</ApplicationDefaults>

Expand Down

0 comments on commit 424c78c

Please sign in to comment.