Actions
Bug #5098
closedsystem_certmanager.php - SAN Selection drop-down is not using proper values
Start date:
09/03/2015
Due date:
% Done:
0%
Estimated time:
Description
The SAN choices when creating a certificate need to use proper backend values to pass validation and work properly:
"FQDN or Hostname" should store a value of "DNS"
"IP address" should store a value of "IP"
"URI" should store a value of "URI"
"email address" should store a value of "email"
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Assigned
The correct select values are used, but they are not being stored properly because the programmer used the enableDuplication() method, which changes the data format to an array, but did not change the $_POST PHP to match.
#5097 has the same cause.
I'll remove that method and use jQuery instead.
Updated by Anonymous about 9 years ago
- Status changed from Assigned to Feedback
- Assignee changed from Anonymous to Jim Pingle
Page re-write to use jQuery for row add/delete
Updated by Anonymous about 9 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:3f0efd5896c3a57592e4d8f4125418c4cab700eb.
Updated by Jim Pingle about 9 years ago
- Status changed from Feedback to Resolved
- % Done changed from 100 to 0
Works fine now, thanks!
Actions