Skip to content

Commit 01aedb2

Browse files
committed
updated docker
1 parent 0aab913 commit 01aedb2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/waf/install/docker.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ This page describes how to install F5 WAF for NGINX using Docker.
1717
To complete this guide, you will need the following prerequisites:
1818

1919
- 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)
2120
- [Docker](https://docs.docker.com/engine/install/) (with Docker compose) installed and running.
2221
- 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.
2524
- [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)
2625

2726
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
3029

3130
{{< include "waf/install-selinux-warning.md" >}}
3231

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+
3341
## Docker deployment options
3442

3543
There are three kinds of Docker deployments available:
@@ -46,14 +54,6 @@ The single container configuration only supports NGINX Plus and requires a build
4654

4755
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.
4856

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-
5757
## Configure Docker for the F5 Container Registry
5858

5959
You will need Docker registry credentials to access private-registry.nginx.com for either the Multi-container or Hybrid configuration.

0 commit comments

Comments
 (0)