Correct location of TransportOption feature, makes no sense inside policies.
[shibboleth/sp.git] / postinstall
index df3c369..5137447 100644 (file)
@@ -12,10 +12,9 @@ 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"
@@ -26,4 +25,6 @@ for f in $CONFIGFILES; do
     fi;
     done
 
+sh ./keygen.sh -b
+
 exit 0