https://github.com/fgasper/p5-comodo-dcv
DCV logic for COMODO SSL APIs
https://github.com/fgasper/p5-comodo-dcv
Last synced: 9 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T15:16:26.000Z (over 8 years ago)
- Last Synced: 2025-02-02T20:49:55.609Z (over 1 year 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 APIs
SYNOPSIS
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: FELIPE
COPYRIGHT
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.