Another bump to Wasat, this being v1.4.0. This release is in support of some work I want to do on Rogallo, where I intend to add proper client certificate management.
While Wasat provided good support for the generation, storage, and use of client certificates, there was no real public API that would allow for the management of those certificates. This version addresses that.
Now there are methods for doing things like:
- Listing all client certificates
- Getting a specific certificate's details
- Creating a certificate
- Associating and disassociating a certificate with a URI
- Deleting a certificate
This should give me everything I need to implement a simple client certificate user interface in Rogallo.