Displaying 1 result from an estimated 1 matches for "create_certificate".
2010 Feb 18
0
improved create dovecot certificate script
...quot; \) \) ]
then
${echo} "${error} ${description} file ${file} is empty!" >&2
exit 5
fi
#.............................................................................#
return 0
}
#*---------------------------------------------------------------------------*#
create_certificate ()
{
configuration="${1}"
directory="${2}"
#.............................................................................#
name="`hostname -f | tr '[A-Z]' '[a-z]' | tr '.' '_'`-dovecot"
certificate="${directory}/${name}.crt&...