https://github.com/jason6809/laravel-openssl
A Laravel package to generate OpenSSL with Subject Alternative Names (SAN) painlessly.
https://github.com/jason6809/laravel-openssl
developer-tools laravel laravel-framework laravel-package linux openssl self-signed-certificate ubuntu wsl2
Last synced: 5 months ago
JSON representation
A Laravel package to generate OpenSSL with Subject Alternative Names (SAN) painlessly.
- Host: GitHub
- URL: https://github.com/jason6809/laravel-openssl
- Owner: Jason6809
- License: mit
- Created: 2024-05-05T11:01:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T17:30:53.000Z (about 2 years ago)
- Last Synced: 2025-01-26T20:38:43.331Z (over 1 year ago)
- Topics: developer-tools, laravel, laravel-framework, laravel-package, linux, openssl, self-signed-certificate, ubuntu, wsl2
- Language: PHP
- Homepage: https://github.com/Jason6809/laravel-openssl
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel OpenSSL
[](https://packagist.org/packages/jason6809/laravel-openssl)
[](https://packagist.org/packages/jason6809/laravel-openssl)

A Laravel package to generate OpenSSL with Subject Alternative Names (SAN) painlessly.
## Installation
You can install the package via composer:
```bash
composer require jason6809/laravel-openssl
```
## Usage
```php
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 `.crt` and `.key` files at the Laravel project root.
### Testing
```bash
./vendor/bin/phpunit
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email jason6809@gmail.com instead of using the issue tracker.
## Credits
- [Jason Tam](https://github.com/jason6809)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).