Skip to content

Commit

Permalink
Merge pull request SAML-Toolkits#343 from mattdelong90/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
pitbulk authored Sep 12, 2018
2 parents ea5b782 + 18cedc6 commit 1c013d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ If our environment requires sign or encrypt support, this folder may contain
the x509 cert and the private key that the SP will use:

* `sp.crt` - The public cert of the SP
* `sp.key` - The privake key of the SP
* `sp.key` - The private key of the SP

Or also we can provide those data in the setting file at the `$settings['sp']['x509cert']`
and the `$settings['sp']['privateKey']`.
Expand Down

0 comments on commit 1c013d2

Please sign in to comment.