The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

create-ssl-csr - Create SSL certificate signing request (CSR)

VERSION

This document describes version 0.03 of create-ssl-csr (from Perl distribution App-CreateSelfSignedSSL), released on 2014-05-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-CreateSelfSignedSSL.

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-CreateSelfSignedSSL

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.