NAME

create-self-signed-ssl-cert - Create self-signed SSL certificate

VERSION

version 0.02

SYNOPSIS

# on success, will create example.com.pem
% create-self-signed-ssl-cert example.com

# Add --trace or TRACE=1 to see everything (including executed commands)
% create-self-signed-ssl-cert example.com --trace
% TRACE=1 create-self-signed-ssl-cert example.com

# see more options
% create-self-signed-ssl-cert --help

DESCRIPTION

This script simplifies creating self-signed SSL certificate. 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.pem 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.