Skip to content

Commit 08d31fd

Browse files
committed
feat: Update NAP command example for converting a policy
NGINX App Protect WAF has a built-in CLI tool to convert policies. This commit updates the configuration guide to ensure the example guides a user towards the example, instead of the older method.
1 parent d450cfe commit 08d31fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nap-waf/v5/configuration-guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ The input policy can also be converted using convert-policy as a CLI tool from w
951951
docker run -it --rm \
952952
-v $(pwd):/policies \
953953
--entrypoint="/opt/app_protect/bin/convert-policy" \
954-
artifactory.f5net.com/f5-waf-docker/nap-x-compiler-image:latest -i test.json -o test.xml
954+
waf-compiler-<version-tag>:custom -i test.json -o test.xml
955955
-i /policies/input_policy.plc \
956956
-o /policies/output_policy \
957957
--full-export

0 commit comments

Comments
 (0)