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-self-signed-ssl-cert - Create self-signed SSL certificate

VERSION

This document describes version 0.03 of create-self-signed-ssl-cert (from Perl distribution App-CreateSelfSignedSSL), released on 2014-05-22.

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.