broadinstitute / python-cert_manager

Python interface to the Sectigo Certificate Manager REST API

Repository from Github https://github.combroadinstitute/python-cert_managerRepository from Github https://github.combroadinstitute/python-cert_manager

Unable to specify External Requester

ravanapel opened this issue · comments

Using the python-cert_manager I get the following error while I try to enroll a certificate.

{"code":-139,"description":"External Requester is required."}

It looks like externalRequester is used in _certificates.py#L140 but doesn't provide a way to provide a value for it when calling the function.