NAME
create-ssl-csr - Create SSL certificate signing request (CSR)
VERSION
This document describes version 0.07 of create-ssl-csr (from Perl distribution App-CreateSelfSignedSSLCert), released on 2014-07-22.
SYNOPSIS
# on success, will create example.com.csr
% create-ssl-csr example.com
# see more options
% create-ssl-csr --help
DESCRIPTION
This script simplifies creating SSL certificate signing request (CSR). It executes the openssl command-line program and uses Expect to supply defaults so the script can be run non-interactively. You can just specify the hostname and it will create hostname.csr file for you.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-CreateSelfSignedSSLCert.
SOURCE
Source repository is at https://github.com/sharyanto/perl-App-CreateSelfSignedSSL.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-CreateSelfSignedSSLCert
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.