Download the PHP package 8ctopus/self-sign without Composer
On this page you can find all versions of the php package 8ctopus/self-sign. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 8ctopus/self-sign
More information about 8ctopus/self-sign
Files in 8ctopus/self-sign
Download 8ctopus/self-sign
More information about 8ctopus/self-sign
Files in 8ctopus/self-sign
Vendor 8ctopus
Package self-sign
Short Description command line tool to create self-signed SSL certificates
License MIT
Homepage https://github.com/8ctopus/self-sign
Package self-sign
Short Description command line tool to create self-signed SSL certificates
License MIT
Homepage https://github.com/8ctopus/self-sign
Please rate this library. Is it a good library?
Informations about the package self-sign
selfsign
selfsign
is a command line tool to create self-signed SSL certificates, mainly for local testing.
It is notably used in my other project apache php-fpm alpine.
how to install
You have the choice between:
- composer install
composer require 8ctopus/self-sign
- download the phar
- or build it yourself
how to use
help
selfsign --help
generate certificate authority
selfsign authority destination-dir
[INFO] generate certificate authority private key...
[INFO] generate certificate authority certificate...
[INFO] success!
generate certificate
selfsign certificate destination-dir test.com,www.test.com,api.test.com authority-dir
[INFO] generate self-signed SSL certificate for test.com...
[INFO] generate domain private key...
[INFO] create certificate signing request...
[INFO] create certificate config file...
[INFO] create signed certificate by certificate authority...
[INFO] success!
for development
build phar
./build.sh
debug code
php src/EntryPoint.php authority demo
php src/EntryPoint.php certificate demo test.com,www.test.com,api.test.com demo
All versions of self-sign with dependencies
PHP Build Version
Package Version
No informations.
The package 8ctopus/self-sign contains the following files
Loading the files please wait ....