From 4f52cdc93d5ebaebcfde6457fa132711ff4f1b8c Mon Sep 17 00:00:00 2001 From: Rory Drysdale Date: Tue, 27 Mar 2018 13:42:32 +1300 Subject: [PATCH] documentation incorrect for creating metadata, cert, and key files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03daf1c..01b588d 100644 --- a/README.md +++ b/README.md @@ -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.