Skip to content

Commit 334f620

Browse files
committed
feat: small formatting changes
1 parent 66eeb9c commit 334f620

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

content/waf/tools/compiler.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,9 @@ nd-content-type: how-to
1212
nd-product: NAP-WAF
1313
---
1414

15-
{{< call-out "warning" "Information architecture note" >}}
16-
17-
This page replaces [V5 F5 WAF for NGINX Compiler]({{< ref "/nap-waf/v5/admin-guide/compiler.md">}}) page.
18-
19-
Does this exclusively work with V5 versions?
20-
21-
{{</ call-out>}}
22-
2315
This document describes how to use the F5 WAF for NGINX compiler, a tool for converting security policies and logging profiles from JSON to a bundle file that F5 WAF can process and apply.
2416

25-
You can use it to get the latest security updates for Attack Signatures, Threat Campaigns and Bot Signatures. The compiler is packaged as a Docker image and can executed using the Docker CLI or as part of a continuous integration/ continuous delivery (CI/CD) pipeline.
17+
You can use it to get the latest security updates for Attack Signatures, Threat Campaigns and Bot Signatures. The compiler is packaged as a Docker image and can executed using the Docker CLI or as part of a continuous integration/continuous delivery (CI/CD) pipeline.
2618

2719
One or more bundle files can be referenced in the NGINX configuration file, and you can configure global settings such as the cookie seed and user-defined signatures.
2820

@@ -230,15 +222,15 @@ The global settings allows configuration of the following items:
230222

231223
### cookie-protection
232224

233-
| Field Name | Reference | Type | Description |
234-
| ---------- | --------- | ---- | ----------- |
235-
| seed | string | The seed value is used by F5 WAF for NGINX to generate the encryption key for the cookies it creates. These cookies are used for various purposes such as validating the integrity of the cookies generated by the application. Use a random alphanumeric string of at least 20 characters length (but not more than 1000 characters). |
225+
| Name | Type | Description |
226+
| ---------- | ------ | ----------- |
227+
| seed | string | The seed value is used by F5 WAF for NGINX to generate the encryption key for the cookies it creates. These cookies are used for various purposes such as validating the integrity of the cookies generated by the application. Use a random alphanumeric string of at least 20 characters length (but not more than 1000 characters). |
236228

237229
### user-defined-signatures
238230

239-
| Field Name | Reference | Type | Description |
240-
| ---------- | --------- | ---- | ----------- |
241-
| $ref | Yes | string | Path to the file that contains the user defined signatures. |
231+
| Name | Reference | Type | Description |
232+
| ----- | --------- | ------ | ----------- |
233+
| $ref | Yes | string | Path to the file that contains the user defined signatures. |
242234

243235
#### Example
244236

0 commit comments

Comments
 (0)