-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We need basic CRUD support for managing SSL certs
- Create a new SSL cert ("upload it")
- Read SSL cert (unsafe) - Luotsi must be able to read the full cert
- Read SSL cert (safe) #optional
- Delete SSL cert
- Update SSL cert - certs probably have some unique identifier; updating should probably be more of a combination of Read and Delete though