vcert-python icon indicating copy to clipboard operation
vcert-python copied to clipboard

Implement missing operations on Fake Connector

Open rvelaVenafi opened this issue 4 years ago • 0 comments

The FakeConnector class is missing several operations. These operations should be returning mockup data for testing or demoing purposes.

The following operations need implementation:

  • renew_cert(self, request, reuse_key=False):
  • read_zone_conf(self, tag):
  • import_cert(self, request):
  • get_policy(self, zone):
  • set_policy(self, zone, policy_spec):
  • request_ssh_cert(self, request):
  • retrieve_ssh_cert(self, request):
  • retrieve_ssh_config(self, ca_request):

rvelaVenafi avatar Jan 14 '22 03:01 rvelaVenafi