You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/waf/install/docker.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,10 @@ This page describes how to install F5 WAF for NGINX using Docker.
17
17
To complete this guide, you will need the following prerequisites:
18
18
19
19
- A [supported operating system]({{< ref "/waf/fundamentals/technical-specifications.md#supported-operating-systems" >}}).
20
-
- Active F5 NGINX App Protect WAF subscription in [MyF5](https://my.f5.com/manage/s/) (purchased or trial)
21
20
-[Docker](https://docs.docker.com/engine/install/) (with Docker compose) installed and running.
22
21
- Active F5 NGINX App Protect WAF subscription in [MyF5](https://my.f5.com/manage/s/) (purchased or trial).
23
-
- Download the [SSL certificate and private key file]({{< ref "/waf/install/docker.md#General subscription credentials needed for deployments" >}}) associated with your 5 NGINX App Protect WAF subscription from the MyF5 Customer Portal if you do not plan of using NGINX Plus in your deployment.
24
-
- Download the [SSL certificate, private key, and the JWT license file]({{< ref "/waf/install/docker.md#General subscription credentials needed for deployments" >}}) associated with your NGINX Plus subscription from the MyF5 Customer Portal if you plan of using NGINX Plus in your deployment.
22
+
- Download the [SSL certificate and private key file]({{< ref "/waf/install/docker.md#General subscription credentials needed for deployments" >}}) associated with your F5 NGINX App Protect WAF subscription from the MyF5 Customer Portal if you are using NGINX Open Source in your deployment.
23
+
- Download the [SSL certificate and private key file]({{< ref "/waf/install/docker.md#General subscription credentials needed for deployments" >}}), and the [JWT license file]({{< ref "/waf/install/docker.md#Additional Requirement for NGINX Plus Users" >}}) associated with your F5 NGINX App Protect WAF subscription from the MyF5 Customer Portal if you are using NGINX Plus in your deployment.
25
24
-[Docker registry credentials]({{< ref "/waf/install/docker.md#Additional Requirement for NGINX Plus Users" >}}) are needed to access private-registry.nginx.com (For Multi-container and Hybrid configuration)
26
25
27
26
You should read the [IP intelligence]({{< ref "/waf/policies/ip-intelligence.md" >}}) and [Secure traffic using mTLS]({{< ref "/waf/configure/secure-mtls.md" >}}) topics for additional set-up configuration if you want to use them immediately.
@@ -30,6 +29,15 @@ To review supported operating systems, read the [Technical specifications]({{< r
30
29
31
30
{{< include "waf/install-selinux-warning.md" >}}
32
31
32
+
33
+
## Download your subscription credentials
34
+
### General subscription credentials needed for deployments
35
+
36
+
{{< include "licensing-and-reporting/download-certificates-from-myf5.md" >}}
37
+
38
+
### Additional Requirement for NGINX Plus Users
39
+
{{< include "licensing-and-reporting/download-jwt-from-myf5.md" >}}
40
+
33
41
## Docker deployment options
34
42
35
43
There are three kinds of Docker deployments available:
@@ -46,14 +54,6 @@ The single container configuration only supports NGINX Plus and requires a build
46
54
47
55
The steps you should follow on this page are dependent on your configuration type: after the shared steps, links will guide you to the next appropriate section.
48
56
49
-
## Download your subscription credentials
50
-
### Shared Requirements
51
-
52
-
{{< include "licensing-and-reporting/download-certificates-from-myf5.md" >}}
53
-
54
-
### Additional Requirement for NGINX Plus Users
55
-
{{< include "licensing-and-reporting/download-jwt-from-myf5.md" >}}
56
-
57
57
## Configure Docker for the F5 Container Registry
58
58
59
59
You will need Docker registry credentials to access private-registry.nginx.com for either the Multi-container or Hybrid configuration.
0 commit comments