FS-4375 --resolve

This commit is contained in:
Brian West 2012-07-02 14:30:39 -05:00
parent 0db52e6e55
commit c583224be1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ setup_ca() {
openssl req -out "${CONFDIR}/CA/cacert.pem" \
-new -x509 -keyout "${CONFDIR}/CA/cakey.pem" \
-config "${TMPFILE}.cfg" -nodes -sha1 >/dev/null || exit 1
-config "${TMPFILE}.cfg" -nodes -days ${DAYS} -sha1 >/dev/null || exit 1
cat "${CONFDIR}/CA/cacert.pem" > "${CONFDIR}/cafile.pem"
rm "${TMPFILE}.cfg"