Form generator for discovery along with sample form.
[shibboleth/sp.git] / postinstall
index 5da87d8..5137447 100644 (file)
@@ -12,14 +12,12 @@ CONFIGFILES=" \
     metadataError.html \
     sslError.html \
     bindingTemplate.html \
+    discoveryTemplate.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 +25,6 @@ for f in $CONFIGFILES; do
     fi;
     done
 
+sh ./keygen.sh -b
+
 exit 0