Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgasper/p5-comodo-dcv
DCV logic for COMODO SSL APIs
https://github.com/fgasper/p5-comodo-dcv
Last synced: 19 days ago
JSON representation
DCV logic for COMODO SSL APIs
- Host: GitHub
- URL: https://github.com/fgasper/p5-comodo-dcv
- Owner: FGasper
- License: other
- Created: 2016-04-04T19:54:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T15:16:26.000Z (about 7 years ago)
- Last Synced: 2024-10-19T23:47:07.776Z (2 months ago)
- Language: Perl
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Comodo::DCV - DCV logic for COMODO SSL APIsSYNOPSIS
use Comodo::DCV;#The following acts on a DER-formatted (i.e., binary) CSR only.
my ($filename, $contents) = Comodo::DCV::get_filename_and_contents( $csr_der );DESCRIPTION
This module implements logic that is necessary for HTTP-based validation
according to COMODO’s APIs for SSL certificate issuance, as documented
at
.You can verify this module’s output by comparing it to that from
.NOTE: This module works on DER-formatted (binary) CSRs. If you need to
work with PEM-formatted (text/Base64) CSRs, first convert them via
"Crypt::Format" or similar logic.BUGS
Please report to .
Thank you!AUTHOR
Felipe Gasper
CPAN ID: FELIPECOPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.The full text of the license can be found in the LICENSE file included
with this module.