bart/trusted

SSL certificates manager

v1.0.0 2014-09-10 05:58 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:58:33 UTC


README

Latest Stable Version License ProjectStatus

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