Update rewrite ruls to handled encrypted and signed files
Add certutils from usecallmanager.nz Add etc/certs directory
This commit is contained in:
6
etc/certs/signfile
Executable file
6
etc/certs/signfile
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
# Sign SEPMAC.cnf.xml
|
||||
../../tools/certutils/sgnfile -b ../../tftpboot/settings/$1 -c tftp.pem
|
||||
fi
|
Reference in New Issue
Block a user