PHPackages                             kerattila/laravel-x509-auth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. kerattila/laravel-x509-auth

ActiveLibrary

kerattila/laravel-x509-auth
===========================

X509 Authentication integration for Laravel.

1.0.1(3y ago)71895[1 issues](https://github.com/kerattila/laravel-x509-auth/issues)MITPHPPHP &gt;=7.4.0

Since Jul 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kerattila/laravel-x509-auth)[ Packagist](https://packagist.org/packages/kerattila/laravel-x509-auth)[ RSS](/packages/kerattila-laravel-x509-auth/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel X509 Authentication package
===================================

[](#laravel-x509-authentication-package)

This package allow you to generate root certificates and signed certificates for various purposes (eg. Authentication).

Install and configure
---------------------

[](#install-and-configure)

You can install the package via composer:

```
composer require kerattila/laravel-x509-auth
```

Publish the config file by running:

```
php artisan vendor:publish --provider="Kerattila\X509Auth\X509AuthServiceProvider"
```

After publishing configuration file, adjust the values accordingly your needs:

```
