cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

Missing API commands in api/client

Open andrewheberle opened this issue 6 years ago • 0 comments

I may simply be missing where to look, but I cannot see all the API endpoint calls in "github.com/cloudflare/cfssl/api/client"

The "client" package only seems to implement:

  • authsign
  • info
  • sign

While the following useful API calls (among others) are missing:

  • certinfo
  • revoke

For my purposes the above API calls are the most important ones.

Is there another package that provides these functions?

andrewheberle avatar Oct 14 '19 06:10 andrewheberle