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