PHP Classes

PHP CACERT Self-Signed Certificate: Generate self-signed digital certificates

Recommend this page to a friend!
  Info   View files Documentation   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-10 (2 months ago) RSS 2.0 feedStarStarStar 48%Total: 714 This week: 1All time: 4,627 This week: 560Up
Version License PHP version Categories
cacert 1.10GNU General Publi...5.3PHP 5, Cryptography, Security
Description 

Author

This class can generate self-signed digital certificates.

First the class generates the certification authority certificate with given certificate details.

Then it can generate other certificates and sign them with the key of the previously generated certification authority certificate.

The class may also retrieve the public key of a given certificate.

Innovation Award
PHP Programming Innovation award winner
March 2015
Winner


Prize: PhpStorm IDE personal permanent license
Certification authorities are organizations that can verify the validity of digital certificates for use in secure connections based on SSL/TLS.

This class can create self-signed certificates to let your organization act as if it is a real certificate authority, as well generate and sign other certifications for other domains.

Manuel Lemos
Picture of Vladimir Zurita
Name: Vladimir Zurita <contact>
Classes: 3 packages by
Country: Chile Chile
Age: 50
All time rank: 20898 in Chile Chile
Week rank: 106 Up1 in Chile Chile Up
Innovation award
Innovation award
Nominee: 1x

Winner: 1x

Documentation

Cacert

(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

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

  Files folder image Files  
File Role Description
Plain text file Cacert.php Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file VERSION Data Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:714
This week:1
All time:4,627
This week:560Up
User Ratings User Comments (2)
 All time
Utility:75%StarStarStarStar
Consistency:68%StarStarStarStar
Documentation:43%StarStarStar
Examples:-
Tests:-
Videos:-
Overall:48%StarStarStar
Rank:2888
 
why not.
1 year ago (pataskun)
35%StarStar
-
1 year ago (pataskun)
35%StarStar