Skip to content

Commit f4b38ae

Browse files
committed
updated subscriptions
1 parent f1c0baa commit f4b38ae

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

content/waf/install/docker.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,20 @@ F5 WAF for NGINX uses built-in default security policy and logging profile after
2727

2828
## Download your subscription credentials
2929

30-
{{< call-out "note" >}}
31-
If you are using NGINX Open Source for your Multi-container or Hybrid configuration, you do not need the JWT license file.
32-
{{< /call-out >}}
30+
To download the necessary files for deploying F5 WAF for NGINX, follow these steps:
3331

34-
{{< include "licensing-and-reporting/download-jwt-ssl-key-from-myf5.md" >}}
32+
1. Log in to [MyF5](https://my.f5.com/manage/s/).
33+
2. Go to **My Products & Plans > Subscriptions** to see your active subscriptions.
34+
3. Find your NGINX subscription, and select the **Subscription ID** for details.
35+
4. Download the following files:
36+
- **SSL Certificate**
37+
- **Private Key**
38+
- **JSON Web Token (JWT)** (required for NGINX Plus but not necessary for NGINX Open Source users)
3539

3640
{{< call-out "important" >}}
3741
The provided Dockerfile for NGINX Plus automatically handles placing the JWT license file in `/etc/nginx/` during image build. If you use a custom Dockerfile, you must ensure the JWT license is copied to this location.
3842
{{< /call-out >}}
3943

40-
{{< call-out "note" >}} Starting from [NGINX Plus Release 33]({{< ref "nginx/releases.md#r33" >}}), a JWT file is required for each NGINX Plus instance. For more information, see [About Subscription Licenses]({{< ref "/solutions/about-subscription-licenses.md">}}). {{< /call-out >}}
41-
4244
## Docker deployment options
4345

4446
There are three kinds of Docker deployments available:

0 commit comments

Comments
 (0)