UWIT-IAM / cert-service

UW certificate service website
2 stars 0 forks source link

Upgrade API calls to InCommon to use REST API #43

Open chmc3 opened 1 year ago

chmc3 commented 1 year ago

Currently, the Cert Services tool utilizes the Comodo SOAP API to request, renew, and fetch certificates. The current API is questionable in support, and has previously experienced outages with lackluster resolution as Sectigo will often claim that they no longer have a Comodo API. As a result, we would like to move to using the REST API in our calls to Sectigo. This may be a significant effort as the logic used currently with the SOAP calls do not always translate to the REST API. So this issue will not be a one step effort.