Merged in oherrala/puppet (pull request #25)

Allow Apache to use MD5 signed certs in Centos >=6.4.
This commit is contained in:
Ossi Salmi 2013-03-09 21:38:20 +02:00
commit 108d699e63

View file

@ -64,7 +64,7 @@ check13 () {
start() { start() {
echo -n $"Starting $prog: " echo -n $"Starting $prog: "
check13 || exit 1 check13 || exit 1
LANG=$HTTPSD_LANG daemon --pidfile=${pidfile} $httpsd $OPTIONS NSS_HASH_ALG_SUPPORT=+MD5 LANG=$HTTPSD_LANG daemon --pidfile=${pidfile} $httpsd $OPTIONS
RETVAL=$? RETVAL=$?
echo echo
[ $RETVAL = 0 ] && touch ${lockfile} [ $RETVAL = 0 ] && touch ${lockfile}