| Recommend this page to a friend! | 
|  Download | 
| Info | Documentation |  Files |  Install with Composer |  Download | Reputation | Support forum | Blog | Links | 
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-07-05 (-5 hours ago)  |    46% | Total: 717 | All time:  4,618 This week: 67  | |||||
| Version | License | PHP version | Categories | |||
| cacert 1.12 | 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' => '[email protected]',
    'organizationName' => 'Lemontech',
    'organizationalUnitName' => 'Developers'
);
print_r($CA->generateCert($params)); //USer Certificate
|  Files (5) | 
| File | Role | Description | 
|---|---|---|
|  Cacert.php | Class | Class source | 
|    composer.json | Data | Auxiliary data | 
|    LICENSE | Lic. | License text | 
|    README.md | Doc. | Documentation | 
|    VERSION | Data | Documentation | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
|  Install with Composer | 
| 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.
 If you know an application of this package, send a message to the author to add a link here.