summarylogtreecommitdiffstats
path: root/shibboleth-sp.install
blob: ccbffbf2c9c973deadcb8d3fa3c566009a19b064 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  if [ ! -e /etc/shibboleth/sp-encrypt-cert.pem ]; then
    shib-keygen -o /etc/shibboleth -n sp-encrypt -u _shibd -g _shibd
  fi

  if [ ! -e /etc/shibboleth/sp-signing-cert.pem ]; then
    shib-keygen -o /etc/shibboleth -n sp-signing -u _shibd -g _shibd
  fi
}

# vim: ts=2:sw=2:et: