Moved openssl.cnf up from staging directory.
[shibboleth/sp.git] / postinstall
index a75356c..5137447 100644 (file)
@@ -12,6 +12,7 @@ CONFIGFILES=" \
     metadataError.html \
     sslError.html \
     bindingTemplate.html \
+    discoveryTemplate.html \
     localLogout.html \
     globalLogout.html \
     attribute-map.xml \
@@ -24,4 +25,6 @@ for f in $CONFIGFILES; do
     fi;
     done
 
+sh ./keygen.sh -b
+
 exit 0