LaravelPackages.net
Acme Inc.
Toggle sidebar
jason6809/laravel-openssl

A Laravel package to generate OpenSSL with SAN painlessly.

123
1
v1.0.2
About jason6809/laravel-openssl

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

Laravel OpenSSL

Latest Version on Packagist Total Downloads GitHub Actions

A Laravel package to generate OpenSSL with Subject Alternative Names (SAN) painlessly.

Installation

You can install the package via composer:

composer require jason6809/laravel-openssl

Usage

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.

Testing

./vendor/bin/phpunit

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

Comments