https://bugs.contribs.org/show_bug.cgi?id=10274

--- Comment #7 from M Smith <[email protected]> ---
(In reply to John Crisp from comment #6)

> Can you please cat the file and paste the output:
> 
> cat /usr/bin/hook-script.sh

[root@sme9 ~]# cat /usr/bin/hook-script.sh

#!/bin/bash

# deploy_cert hook will set config database entries for the cert files

# and restart appropriate services

#





    if [ $1 = "deploy_cert" ]; then

      KEY=$3

      CERT=$4

      CHAIN=$6

      echo "Set up modSSL db keys"

      /sbin/e-smith/db configuration setprop modSSL key $KEY

      /sbin/e-smith/db configuration setprop modSSL crt $CERT

      /sbin/e-smith/db configuration setprop modSSL CertificateChainFile $CHAIN

      echo "Signal events"

      /sbin/e-smith/signal-event ssl-update

      echo "All complete"

    fi



# The following all have to be set to enable deploy/clean challenges

# 

# hookScript: disabled

# host: Not Set

# user: Not Set

# path: Not Set



[root@sme9 ~]#

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to