tech5usa / TLSential

A server for providing short-lived TLS certificates to all services within a firewall restricted network.
GNU General Public License v3.0
15 stars 2 forks source link

Refactor DELETE /api/certificate endpoint to use 2 different handlers #37

Closed d1str0 closed 4 years ago

d1str0 commented 4 years ago

Right now DELETE /api/certificate and /api/certificate/{id} go to the same Delete handler. Break these out so they could use different permissions in the future.

debus commented 4 years ago

Fixed in https://github.com/ImageWare/TLSential/pull/41