You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Basics

Technologies

The Comodo APIs can be accessed with a SOAP client.

The SSL Certificate API supports enrolling new certificate requests, renewing existing certificates and collecting certificates. See the API documentation for additional details.

# TODO: Add additional paragraphs describing the high level functions of any other available certificate APIs.

Support

See the Certificate Service support page for support options.

Email support for the API is available at cmapi@comodo.com, Monday through Friday, 4 AM - 8 PM Eastern Time.

Documentation

The InCommon API documentation is linked in the last section of this page: https://www.incommon.org/cert/repository/index.html

Comodo also provides online API documentation at http://comodo.com/csmapi.

Status Codes

The SSL and Client APIs seem to share a common set of status codes. If you stumble onto an undocumented status code or error condition, please file a bug with Comodo. It would benefit other API users if you also documented your experiences here on this wiki page.

TODO: Add a link to the Bug tracking system.

Basic information about the possible error codes is provided in the Comodo API documentation but some of the error codes can have multiple causes. Additional anecdotal details may be provided here as a community reference.

  • -14 = An unknown error occurred! Check that the login_uri parameter of your authData object is set to 'InCommon'.
  • -32 = The two phrase should be the same! Check your revocation phrase ('phrase' parameter). It appears that it cannot be left as empty string.

Community

InCommon maintains an email list, inc-cert@incommon.org, as a place for community members to share experiences, discuss possible system enhancements, and see how other campuses handle various issues and tasks. We encourage you to join this list. To do so, send an email to sympa@incommon.org with the following in the subject line: sub inc-cert FirstName LastName.

  • No labels