Displaying 1 result from an estimated 1 matches for "show_certificate".
Did you mean:
shostcertificate
2010 Feb 18
0
improved create dovecot certificate script
...file}" ]
then
test "${description}" = "public certificate" && echo
${echo} \
"${error} ${description} file ${file} already exists!" >&2
test "${description}" = "public certificate" && \
show_certificate "${certificate}"
exit 6
fi
#.............................................................................#
return 0
}
#*---------------------------------------------------------------------------*#
check_file ()
{
file="${1}"
description="${2}"
#........