Added initial lib/xml.php Renamed srv/tftp/tftp_provisioner.php -> srv/tftp/tftp_provisioner Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ $# -gt 0 ]; then
|
|
# Sign SEPMAC.cnf.xml
|
|
#../../tools/certutils/sgnfile -b ../../tftpboot/settings/$1 -c tftp.pem
|
|
../../tools/certutils/sgnfile -c ../../etc/certs/tftp.pem -b $*
|
|
fi
|