7 lines
133 B
Bash
Executable File
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
|