Bug #5098
closed
system_certmanager.php - SAN Selection drop-down is not using proper values
Added by Jim Pingle about 9 years ago.
Updated about 9 years ago.
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"
- 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.
- Status changed from Assigned to Feedback
- Assignee changed from Anonymous to Jim Pingle
Page re-write to use jQuery for row add/delete
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
- % Done changed from 100 to 0
Also available in: Atom
PDF