Skip to content

Commit

Permalink
Update shibboleth2.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Dec 4, 2020
1 parent 48c9f67 commit 5582b0f
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 5582b0f

Please sign in to comment.