Fix separator problem again.
[shibboleth/sp.git] / postinstall
index 5da87d8..7de6d91 100644 (file)
@@ -14,12 +14,9 @@ CONFIGFILES=" \
     bindingTemplate.html \
     localLogout.html \
     globalLogout.html \
-    sp-example.key \
-    sp-example.crt \
     attribute-map.xml \
     attribute-policy.xml \
-    shibboleth2.xml \
-    example-metadata.xml"
+    shibboleth2.xml"
 
 for f in $CONFIGFILES; do
     if test ! -f $f; then
@@ -27,4 +24,6 @@ for f in $CONFIGFILES; do
     fi;
     done
 
+sh ./keygen.sh -b
+
 exit 0