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
@@ -594,30 +564,66 @@ This means NGINX Instance Manager can’t connect to the NGINX repository to ret
594
564
595
565
### Manually update packages
596
566
597
-
If you prefer not to enable automatic updates, you can manually update the Attack Signature and Threat Campaign packages by downloading them from MyF5 and uploading them to NGINX Instance Manager.
567
+
If you prefer not to enable automatic updates, you can manually update the Attack Signature and Threat Campaign packages by downloading them from NGINX repository and uploading them to NGINX Instance Manager.
598
568
599
-
#### Download packages from MyF5
569
+
#### Download packages from NGINX Repository
600
570
601
-
1. Log in to [MyF5](https://my.f5.com), then go to **Resources > Downloads**.
571
+
1. Log in to [MyF5](https://account.f5.com/myf5) and then go to **My Products and Plans > Subscriptions**.
602
572
603
-
2. Select the following options in the product menu:
604
-
- **Group/Product Family**: *NGINX*
605
-
- **Product Line**: *NGINX App Protect*
606
-
- **Product Version**: Choose a version that matches your WAF compiler version.
607
-
- Select your **Linux Distribution**, **Version**, and **Architecture**.
573
+
2. Download the following files from your NGINX App Protect WAF subscription:
574
+
- `nginx-repo.crt` (certificate)
575
+
- `nginx-repo.key` (private key)
608
576
609
-
3. Download the `.deb` or `.rpm` packages:
577
+
3. Chose the following options while downloading the packages from the [NGINX repository](https://pkgs.nginx.com/app-protect-security-updates):
578
+
- Select your **Linux Distribution** path.
579
+
- For **Ubuntu**: /ubuntu/pool/nginx-plus/a/
580
+
- For **Debian**: /debian/pool/nginx-plus/a/
581
+
- For **RHEL**: /centos/<8 or 9>/x86_64/RPMS/
582
+
583
+
4. Download the `.deb` or `.rpm` packages from https://pkgs.nginx.com using your NGINX App Protect WAF cert and key:
610
584
- For Attack Signatures: package starts with `app-protect-attack-signatures`
585
+
- Format for`.deb` package:
586
+
```text
587
+
https://pkgs.nginx.com/app-protect-security-updates/<ubuntu or debian>/pool/nginx-plus/a/app-protect-attack-signatures/app-protect-attack-signatures_<Revision Timestamp in YYYY.MM.DD>-<version>~<OS Family>_amd64.deb
https://pkgs.nginx.com/app-protect-security-updates/centos/<8 or 9>/x86_64/RPMS/app-protect-attack-signatures-<Revision Timestamp in YYYY.MM.DD>-<version>.el<8 or 9>.ngx.x86_64.rpm
- For Threat Campaigns: package starts with `app-protect-threat-campaigns`
612
-
613
-
4. Extract the following three files from the package:
602
+
- Format for`.deb` package:
603
+
```text
604
+
https://pkgs.nginx.com/app-protect-security-updates/<ubuntu or debian>/pool/nginx-plus/a/app-protect-threat-campaigns/app-protect-threat-campaigns_<Revision Timestamp in YYYY.MM.DD>-<version>~<OS Family>_amd64.deb
https://pkgs.nginx.com/app-protect-security-updates/centos/<8 or 9>/x86_64/RPMS/app-protect-threat-campaigns-<Revision Timestamp in YYYY.MM.DD>-<version>.el<8 or 9>.ngx.x86_64.rpm
0 commit comments