Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum (4) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-10 (3 days ago) ![]() | ![]() ![]() ![]() | 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
![]() |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() ![]() |
Data | Auxiliary data |
![]() ![]() |
Lic. | License text |
![]() ![]() |
Doc. | Documentation |
![]() ![]() |
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.