library cacert
Simple CACERT
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
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
dev-develop
dev-develop
Simple CACERT
Sources
Download
GPL
The Requires
by
vladzur
dev-master
9999999-dev
Simple CACERT
Sources
Download
GPL
The Requires
by
vladzur