2017 © Pedro Peláez
 

library cacert

Simple CACERT

image

vladzur/cacert

Simple CACERT

  • Monday, January 12, 2015
  • by vladzur
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Cacert

(Project abandoned) Cacert is used to generate self-signed certificates., (*1)

You can generate the certificate of the certification authority and generate new certificates with that signature, (*2)

Usage

<?php
require_once 'Cacert.php';
$CA = new \Vladzur\Cacert\Cacert();
print_r($CA->generateCACERT()); //CA Certificate
$params = array(
    'commonName' => 'Vladimir Zurita',
    'emailAddress' => 'vladzur@gmail.com',
    'organizationName' => 'Lemontech',
    'organizationalUnitName' => 'Developers'
);
print_r($CA->generateCert($params)); //USer Certificate

The Versions

12/01 2015

dev-develop

dev-develop

Simple CACERT

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Avatar vladzur

12/01 2015

dev-master

9999999-dev

Simple CACERT

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Avatar vladzur

12/01 2015

1.0.0

1.0.0.0

Simple CACERT

  Sources   Download

GPL

The Requires

  • php >=5.3.0

 

by Avatar vladzur