Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (5) | Download .zip | Reputation | Support forum (4) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-10 (3 days ago) | 48% | Total: 712 This week: 7 | All time: 4,629 This week: 42 |
Version | License | PHP version | Categories | |||
cacert 1.10 | GNU General Publi... | 5.3 | PHP 5, Cryptography, Security |
Description | Author | ||||||||||||||||
This class can generate self-signed digital certificates. Innovation Award
|
|
(Project abandoned) Cacert is used to generate self-signed certificates.
You can generate the certificate of the certification authority and generate new certificates with that signature
<?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
Files |
File | Role | Description |
---|---|---|
Cacert.php | Class | Class source |
composer.json | Data | Auxiliary data |
LICENSE | Lic. | License text |
README.md | Doc. | Documentation |
VERSION | Data | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.