Skip to content

Commit ed10dfb

Browse files
committed
edits to known issue 45845
1 parent cc211f8 commit ed10dfb

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

content/nim/releases/known-issues.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,37 @@ weight: 200
1919
## 2.19.0
2020
February 6, 2025
2121

22-
### {{% icon-bug %}} Publishing the NAP policy fails with the error The attack signatures with the given version was not found {#45845}
22+
### {{% icon-bug %}} Publishing the NAP policy fails with the error "The attack signatures with the given version was not found" {#45845}
2323

2424
{{<bootstrap-table "table table-striped table-bordered">}}
2525

2626
| Issue ID | Status |
2727
|----------|--------|
2828
| 45845 | Open |
2929

30-
#### Description
30+
#### Description
3131

3232
In NGINX Instance Manager (NIM) v2.19.0, publishing a NAP policy from the UI fails if the latest NAP compiler v5.264 (NAP v4.13.0 or NAP v5.5.0) is manually installed without adding the NGINX repository certificate and key.
3333

34+
#### Workaround
3435

35-
#### Workaround
36+
1. Download the NGINX repository certificate and key:
37+
- Log in to [MyF5](https://account.f5.com/myf5).
38+
- Go to **My Products and Plans > Subscriptions**.
39+
- Download the SSL certificate (*nginx-repo.crt*) and private key (*nginx-repo.key*) for your NGINX App Protect subscription.
40+
41+
2. Upload the certificate and key using the NGINX Instance Manager web interface:
42+
- Go to **Settings > NGINX Repo Connect**.
43+
- Select **Add Certificate**.
44+
- Choose **Select PEM files** or **Manual entry**.
45+
- If using manual entry, copy and paste your *certificate* and *key* details.
3646

37-
1. Add the NGINX repository certificate and key.
38-
2. Restart the `nms-integrations.service`:
47+
For detailed steps, see [Upload NGINX App Protect WAF certificate and key](https://docs.nginx.com/nginx-instance-manager/nginx-app-protect/setup-waf-config-management/#upload-nginx-app-protect-waf-certificate-and-key).
3948

49+
3. Restart the `nms-integrations` service:
50+
4051
```shell
41-
sudo systemctl restart nms-integrations.service
52+
sudo systemctl restart nms-integrations
4253
```
4354

4455
{{</bootstrap-table>}}

0 commit comments

Comments
 (0)