jason6809/laravel-openssl

A Laravel package to generate OpenSSL with SAN painlessly.

v1.0.1 2024-05-05 17:29 UTC

This package is auto-updated.

Last update: 2024-05-05 17:30:57 UTC


README

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 jason6809@gmail.com 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.