Files
provision_sccp/etc/certs/signfile
Diederik de Groot efe0307a1d Update rewrite ruls to handled encrypted and signed files
Add certutils from usecallmanager.nz
Add etc/certs directory
2018-11-25 21:14:09 +01:00

7 lines
133 B
Bash
Executable File

#!/bin/bash
if [ $# -gt 0 ]; then
# Sign SEPMAC.cnf.xml
../../tools/certutils/sgnfile -b ../../tftpboot/settings/$1 -c tftp.pem
fi