WAFio WAF Agent Bundle — v1.3.0
=====================================

Quick install (requires root, mTLS credentials from the WAFio dashboard):
  sudo bash install.sh

Manual start:
  ./wafio-waf-agent \
    --grpc-server=<controlplane>:9090 \
    --grpc-client-cert=/etc/wafio/certs/waf/client.crt \
    --grpc-client-key=/etc/wafio/certs/waf/client.key \
    --grpc-ca-cert=/etc/wafio/certs/waf/ca.crt \
    --agent-name=my-server \
    --listen=:8080 \
    --upstream=http://localhost:3000 \
    --license-file=/etc/wafio/waf-agent/license.json

License portal: https://portal.wafio.io
