Add missing CLI commands #38

Closed
opened 2024-05-20 02:25:34 +00:00 by phryk · 1 comment
Owner
  • user edit
  • user delete

Thoughts (possibly for post-deployment):

  • ca clientcert assign <user> <name> <fingerprint>
    • would allow generating certs locally without having to transmit the pkcs12 over the network
  • ca clientcert delete/revoke?
    • just deleting ClientCert instance would be easy, but the clean way would be to create and host a CRL
* `user edit` * `user delete` Thoughts (possibly for post-deployment): * `ca clientcert assign <user> <name> <fingerprint>` * would allow generating certs locally without having to transmit the pkcs12 over the network * `ca clientcert delete/revoke`? * just deleting `ClientCert` instance would be easy, but the clean way would be to create and host a CRL
phryk added this to the initial deployment milestone 2024-05-20 02:25:34 +00:00
phryk added the
Feature
label 2024-05-20 02:25:34 +00:00
phryk referenced this issue from a commit 2024-05-20 21:33:31 +00:00
phryk closed this issue 2024-05-20 21:33:31 +00:00
Author
Owner

Implemented both assign and revoke, but the latter without adding an entry anywhere, much less hosting an actual CRL. Good enough For Now™.

Implemented both `assign` and `revoke`, but the latter without adding an entry anywhere, much less hosting an actual CRL. Good enough For Now™.
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phryk/pdnew#38
No description provided.