fixed formatting typo in generateDH section

This commit is contained in:
Asif Bacchus 2019-01-05 18:50:11 -07:00
parent bdc5aa73ca
commit c5d7682ae2
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ if [ "${generateDH}" -eq 1 ]; then
openssl dhparam -out /etc/ssl/certs/dhparam.pem 4096
# verify non-zero length file generated
if [ -s "/etc/ssl/certs/dhparam.pem" ]; then
echo -e "${ok}-- dhparam.pem generated --${normal}"
echo -e "${ok}-- dhparam.pem generated --${norm}"
else
echo -e "${err}-- error generating dhparam.pem --"
echo -e "you should manaully generate this file${norm}"