Skip to content

Commit

Permalink
Merge pull request #9 from dryror/master
Browse files Browse the repository at this point in the history
documentation incorrect for creating metadata, cert, and key files
  • Loading branch information
steve-ks authored Apr 3, 2018
2 parents 5cc85a8 + 4f52cdc commit 6140436
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 @@ -117,7 +117,7 @@ The package controllers are using the ```storage/saml``` path for retrieving bot

```
mkdir -p storage/saml/idp
touch storage/saml/{metadata.xml,cert.pem,key.pem}
touch storage/saml/idp/{metadata.xml,cert.pem,key.pem}
```

Add the contents to the metadata.xml, cert.pem and key.pem files for the IDP.
Expand Down

0 comments on commit 6140436

Please sign in to comment.