All Projects → cloudflare → comodo

cloudflare / comodo

Licence: other
Comodo

Programming Languages

go
31211 projects - #10 most used programming language
comodo domain verifier
----------------------

This program expects to receive a list of domains to be validated on STDIN
where each line consists of:

    domainname,md5,sha1,orderid

and it will output CSV lines as follows

    domainname,md5,sha1,orderid,status,timestamp

The status will be one of

    OK        The domainname verified correctly
    BAD       The domainname verification failed
    ERROR     Some network error occurred (domains that get 
              this error can be retried)

The comodo program has a single parameter

    -workers  The number of worker "threads" to run to perform validation
   
    -resolver IP address of resolver (defaults to 8.8.8.8)

Example execution
-----------------

    $ cat list_of_domains_with_hashes | bin/comodo -workers=500

If a parsing error occurs (i.e. a bad line in the input file) then an error
will be output on STDERR.

Validation
----------

Validation is done based on the rules specified here:

  http://secure.comodo.net/api/pdf/latest/Domain%20Control%20Validation.pdf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].