A Laravel package to generate OpenSSL with SAN painlessly.
jason6809/laravel-openssl is a Laravel package for a laravel package to generate openssl with san painlessly..
It currently has 1 GitHub stars and 123 downloads on Packagist (latest version v1.0.2).
Install it with composer require jason6809/laravel-openssl.
Discover more Laravel packages by jason6809
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel package to generate OpenSSL with Subject Alternative Names (SAN) painlessly.
You can install the package via composer:
composer require jason6809/laravel-openssl
php artisan openssl:generate
Follow the instruction by providing Common Name and Subject Alternative Names (SAN) you want.
Boom! There is it! You will see your <common_name>.crt and <common_name>.key files at the Laravel project root.
./vendor/bin/phpunit
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.