Pfsense ACME feature request - sorting.
-
The ACME package has been working flawless for me now, for well over a year, I've migrated all of my ACME certs to it. It's a nice central location to maintain and push out certs from, even if not used locally.
However, now that the list has grown quite long, it'd be nice to have the fields sortable. Sort by name, expiration date, etc.
Another nice feature down the line, might be a global key for route53, etc, so if you have 100+ certs, you don't have to edit them all, one by one. It's not often than an API key might change, but it's possible. Assign a key a name, and use that, like we do with certs.
Thanks!
-
Open a feature request on https://redmine.pfsense.org under Packages.
It shouldn't be too hard to add. I recently added filtering and sorting to the cert manager on 2.5 and it was relatively painless. The ACME page is generated a different way, however, but I'll look into it.
-
Awesome Thanks!
I've created the feature request.
Thank You!
-
The other part for the route53 thing should be a separate feature request (just one item per issue)
-
ACME 0.5.7, which I just committed a few minutes ago, now contains searching and sorting.
-
Awesome... Just installed. Name works great!
Only slight bug I see on the sort, when sorting by date, by the day of week name, not the actual expiration date. (Mon, Sat, Sun, etc)
Thanks!
-
It just sorts on the column alphabetically. To actually sort by date it would need to be in a format that sorted that way natually (like YYYY-MM-DD) before it was using DD-MM-YYYY which wouldn't have sorted properly either.
-
I found a way to fix the date sorting, the latest update (0.5.7_1) has it now.
-
Works great now.
Thanks!