Merged in oherrala/puppet (pull request #25)
Allow Apache to use MD5 signed certs in Centos >=6.4.
This commit is contained in:
commit
108d699e63
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue