diff --git a/content/includes/nim/tech-specs/nim-app-protect-support.md b/content/includes/nim/tech-specs/nim-app-protect-support.md index 28c124f9c..391ff11fe 100644 --- a/content/includes/nim/tech-specs/nim-app-protect-support.md +++ b/content/includes/nim/tech-specs/nim-app-protect-support.md @@ -12,6 +12,7 @@ NGINX Instance Manager supports the following versions of [F5 WAF for NGINX](htt | NGINX Instance Manager | F5 WAF for NGINX | | ---------------------- | ----------------------------------------------- | +| 2.21.0-2.22.0 | Release 4.8.0–4.16.0, 5.1.0–5.13.0 | | 2.21.0-2.22.0 | Release 4.8.0–4.16.0, 5.1.0–5.12.1 | | 2.17.0–2.20.1 | Release 4.8.0–4.16.0, 5.1.0–5.8.0 | | 2.15.1–2.16.0 | Release 4.8.0–4.10.0 | diff --git a/content/includes/waf/waf-nim-compiler-support.md b/content/includes/waf/waf-nim-compiler-support.md index 9381833cb..c2ae35e97 100644 --- a/content/includes/waf/waf-nim-compiler-support.md +++ b/content/includes/waf/waf-nim-compiler-support.md @@ -7,6 +7,7 @@ f5-files: | F5 WAF for NGINX version | WAF compiler version | |---------------------------|----------------------------| +| 5.13.0 | nms-nap-compiler-v5.635.0 | | 5.12.1 | nms-nap-compiler-v5.607.1 | | 5.12.0 | nms-nap-compiler-v5.607.0 | | 5.11.2 | nms-nap-compiler-v5.575.2 | diff --git a/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md b/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md index e1370ef92..5f1cabf27 100644 --- a/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md +++ b/content/nim/waf-integration/configuration/install-waf-compiler/install-disconnected.md @@ -60,11 +60,11 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 mkdir -p compiler && cd compiler sudo apt-get update - sudo apt-get download nms-nap-compiler-v5.607.1 + sudo apt-get download nms-nap-compiler-v5.635.0 cd ../ mkdir -p compiler/compiler.deps sudo apt-get install --download-only --reinstall --yes --print-uris \ - nms-nap-compiler-v5.607.1 \ + nms-nap-compiler-v5.635.0 \ | grep ^\' \ | cut -d\' -f2 \ | xargs -n 1 wget -P ./compiler/compiler.deps @@ -108,11 +108,11 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 mkdir -p compiler && cd compiler sudo apt-get update - sudo apt-get download nms-nap-compiler-v5.607.1 + sudo apt-get download nms-nap-compiler-v5.635.0 cd ../ mkdir -p compiler/compiler.deps sudo apt-get install --download-only --reinstall --yes --print-uris \ - nms-nap-compiler-v5.607.1 \ + nms-nap-compiler-v5.635.0 \ | grep ^\' \ | cut -d\' -f2 \ | xargs -n 1 wget -P ./compiler/compiler.deps @@ -157,7 +157,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 sudo yum update -y sudo mkdir -p nms-nap-compiler - sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.607.1 + sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.635.0 tar -czvf compiler.tar.gz nms-nap-compiler/ ``` @@ -191,7 +191,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 sudo yum update -y sudo mkdir -p nms-nap-compiler - sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.607.1 + sudo yumdownloader --resolve --destdir=nms-nap-compiler nms-nap-compiler-v5.635.0 tar -czvf compiler.tar.gz nms-nap-compiler/ ``` diff --git a/content/nim/waf-integration/configuration/install-waf-compiler/install.md b/content/nim/waf-integration/configuration/install-waf-compiler/install.md index 0ee90509f..dbcac715d 100644 --- a/content/nim/waf-integration/configuration/install-waf-compiler/install.md +++ b/content/nim/waf-integration/configuration/install-waf-compiler/install.md @@ -50,13 +50,13 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo apt-get install nms-nap-compiler-v5.607.1 + sudo apt-get install nms-nap-compiler-v5.635.0 ``` 1. To install multiple compiler versions on the same system, append the `--force-overwrite` option after the first installation: ```shell - sudo apt-get install nms-nap-compiler-v5.607.1 -o Dpkg::Options::="--force-overwrite" + sudo apt-get install nms-nap-compiler-v5.635.0 -o Dpkg::Options::="--force-overwrite" ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} @@ -80,7 +80,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo yum install nms-nap-compiler-v5.607.1 + sudo yum install nms-nap-compiler-v5.635.0 ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} @@ -104,7 +104,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo yum install nms-nap-compiler-v5.607.1 + sudo yum install nms-nap-compiler-v5.635.0 ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} @@ -128,7 +128,7 @@ Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0 1. Install the WAF compiler: ```shell - sudo yum install nms-nap-compiler-v5.607.1 + sudo yum install nms-nap-compiler-v5.635.0 ``` 1. {{< include "nim/waf/restart-nms-integrations.md" >}} diff --git a/content/nim/waf-integration/configuration/troubleshooting.md b/content/nim/waf-integration/configuration/troubleshooting.md index d75e8f58f..831bb8689 100644 --- a/content/nim/waf-integration/configuration/troubleshooting.md +++ b/content/nim/waf-integration/configuration/troubleshooting.md @@ -62,21 +62,21 @@ sudo /opt/nms-nap-compiler/app_protect-/bin/apcompile -h **Example:** ```shell -sudo /opt/nms-nap-compiler/app_protect-5.607.1/bin/apcompile -h +sudo /opt/nms-nap-compiler/app_protect-5.635.0/bin/apcompile -h ``` **Expected output:** ```text USAGE: - /opt/nms-nap-compiler/app_protect-5.607.1/bin/apcompile + /opt/nms-nap-compiler/app_protect-5.635.0/bin/apcompile Examples: - /opt/nms-nap-compiler/app_protect-5.607.1/bin/apcompile -p /path/to/policy.json -o mypolicy.tgz - /opt/nms-nap-compiler/app_protect-5.607.1/bin/apcompile -p policyA.json -g myglobal.json -o /path/to/policyA_bundle.tgz - /opt/nms-nap-compiler/app_protect-5.607.1/bin/apcompile -g myglobalsettings.json --global-state-outfile /path/to/myglobalstate.tgz - /opt/nms-nap-compiler/app_protect-5.607.1/bin/apcompile -b /path/to/policy_bundle.tgz --dump - /opt/nms-nap-compiler/app_protect-5.607.1/bin/apcompile -l logprofA.json -o /path/to/logprofA_bundle.tgz + /opt/nms-nap-compiler/app_protect-5.635.0/bin/apcompile -p /path/to/policy.json -o mypolicy.tgz + /opt/nms-nap-compiler/app_protect-5.635.0/bin/apcompile -p policyA.json -g myglobal.json -o /path/to/policyA_bundle.tgz + /opt/nms-nap-compiler/app_protect-5.635.0/bin/apcompile -g myglobalsettings.json --global-state-outfile /path/to/myglobalstate.tgz + /opt/nms-nap-compiler/app_protect-5.635.0/bin/apcompile -b /path/to/policy_bundle.tgz --dump + /opt/nms-nap-compiler/app_protect-5.635.0/bin/apcompile -l logprofA.json -o /path/to/logprofA_bundle.tgz ``` ---