X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=postinstall;h=51374475210f6e9fd9614bcb16ea3151863db672;hb=89b08e2e89504032d83458eba91bca79796aee01;hp=df3c369b4e327416f481e7e5125d34e7e7403c47;hpb=844d0ff640b1a6cc47a3451d21f2a06ea59fdbcc;p=shibboleth%2Fsp.git diff --git a/postinstall b/postinstall index df3c369..5137447 100644 --- a/postinstall +++ b/postinstall @@ -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