admin/home.php: disable the error message about root CA

This commit is contained in:
Li Chen 2013-11-12 21:21:06 +01:00
commit 05fa4128b1
2 changed files with 1 additions and 5 deletions

View file

@ -40,8 +40,6 @@ case $1 in
ESCAPED=$(echo "${TOP_DIR}" | sed 's/[\/\.]/\\&/g')
echo $ESCAPED
echo -e "${GREEN}Making CA key and csr${COLOR_RST}"
sed -i 's/=.*#COMMONNAME/= FIC2014 CA #COMMONNAME/' $OPENSSL_CONF
sed -i "s/=.*#DIR/= ${ESCAPED} #DIR/" $OPENSSL_CONF