From 6a33e72db2e3bd1a87e58b72066005243a71a50d Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 12 Oct 2018 22:41:06 +0000 Subject: [PATCH] fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5d340d..c66928e 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ Files you must supply/override in your downstream builds: The SP's private key and corresponding certificate (very important!) can be generated in your downstream container like this: RUN /usr/local/bin/shibboleth_keygen.sh -o /etc/shibboleth -f + ...that command generates/overwrites the following files: /etc/shibboleth/sp-key.pem + /etc/shibboleth/sp-cert.pem /etc/httpd/conf.d/ssl.conf