-
-
Notifications
You must be signed in to change notification settings - Fork 129
All CAs are gone when I try to delete one #873
Copy link
Copy link
Description
Describe the bug
I have two CA in pfSense config. When I try to delete one of them, both are gone.
To Reproduce
- Create two CA in System/Certificates/Authorities
- Go to pfSense REST API Documentation page, authorize and go to endpoint /api/v2/system/certificate_authority DELETE, id = 0, Execute.
- You will see "response_id": "SUCCESS",
- Go back to System/Certificates/Authorities, and there are no CA letf.
Expected behavior
One CA should be gone and one left.
Screenshots or Response
{
"code": 200,
"status": "ok",
"response_id": "SUCCESS",
"message": "",
"data": {
"id": 0,
pfSense Version & Package Version:
- pfSense Version: 2.8.1
- Package Version: 2.7.5
Affected Endpoints:
- URL: /api/v2/system/certificate_authority
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels