Skip to main content

Updates

Don't forget to add a cronjob to update the signatures

touch /usr/local/sbin/waf-update.sh

chmod +x /usr/local/sbin/waf-update.sh

nano -w /usr/local/sbin/waf-update.sh
#!/bin/sh

cscli appsec-rules upgrade -a --force
crontab -u root -e
5 5 * * 0 /usr/local/sbin/waf-update.sh 2> /dev/null