PHPackages                             ssimpson/yii2-opensslca - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ssimpson/yii2-opensslca

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

ssimpson/yii2-opensslca
=======================

This extension provides an easy interface to implement your own CA in the Yii2 framework.

133.6k1PHP

Since Dec 11Pushed 10y ago2 watchersCompare

[ Source](https://github.com/SteveSimpson/yii2-opensslca)[ Packagist](https://packagist.org/packages/ssimpson/yii2-opensslca)[ RSS](/packages/ssimpson-yii2-opensslca/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 OpenSSL CA
===============

[](#yii2-openssl-ca)

This extension provides an easy interface to implement your own CA in the Yii2 framework.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist ssimpson/yii2-opensslca "*"

```

or add

```
"ssimpson/yii2-opensslca": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by adding the following line to the components section of your @app/config/web.php or console.php :

```
'opensslca' => require(__DIR__ . '/opensslca.php'),

```

Then add the following detailed configuration :

```
