bart / trusted
SSL certificates manager
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 0
Forks: 3
Open Issues: 2
pkg:composer/bart/trusted
Requires
- barryvdh/laravel-ide-helper: 1.*
 - laravel/framework: 4.2.*
 - way/generators: 2.*
 
This package is not auto-updated.
Last update: 2025-10-21 08:27:30 UTC
README
This simple SSL certificates manager includes the following features:
- Individual root CA setup to sign certficate sign requests (CSR)
 - Manage users and their permissions based on domains
 - Create SSL certficates with private key
 - Intuitive and simple to use GUI based on bootstrap
 - Built with Laravel 4 and passion in Berlin
 
Pre-Requirements
- git
 - composer
 - openssl
 - php5-sqlite
 
Installation
- Clone the package: 
git clone https://github.com/bart/trusted.git - Change into trusted directory: 
cd trusted - Install composer dependencies: 
composer install - Set up the app: 
php artisan trusted:setup 
Usage
After creating a virtual host open the app in a browser of your choice. You will be asked for username and password. Initial credentials are admin/password.
Create a root CA first. Afterwards create users and certificates. You can determine different domains of a user seperating them by comma.
Enjoy and contribute!
License
Package is open-sourced software licensed under the MIT license