#!/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