PHPackages                             samker/selfsignme - 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. [Security](/categories/security)
4. /
5. samker/selfsignme

ActiveSymfony-bundle[Security](/categories/security)

samker/selfsignme
=================

create self sign certificate

1.1.1(7y ago)015[1 issues](https://github.com/SamKer/selfsignme/issues)GPL-3.0-or-laterPHPPHP &gt;=5.5.0

Since Mar 19Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/SamKer/selfsignme)[ Packagist](https://packagist.org/packages/samker/selfsignme)[ RSS](/packages/samker-selfsignme/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

```
# SELFSIGNME

a Bundle Symfony to create quickly certificates with ca self-signed

## edit config
in parameters.yml

```yaml
#params bundle selfsignme
selfsignme:
        #store certificates in dir
        dir: "/home/samir.keriou/.selfsignme"
        #multiple template config for generating certificates
        config:
            #default config
            default:
                passphrase: false
                days: "365"
                algorythme:
                    digest_alg: "sha512"
                    x509_extensions: "v3_req"
                    private_key_bits: 2048
                    private_key_type: "!php/const:OPENSSL_KEYTYPE_RSA"
                csr:
                    countryName: "FR"
                    stateOrProvinceName: "STATE"
                    localityName: "CITY"
                    organizationName: "ORGA"
                    organizationalUnitName: "CIE"
                    commonName: null
                    emailAddress: "mail"
```

## commands available
in app/AppKernal.php
register bundle
```php
new SamKer\SelfSignMeBundle\SamKerSelfSignMeBundle();
```

in app/config.yml
```yml
imports:
    [...]
    - { resource: "@SamKerSelfSignMeBundle/Resources/config/services.yml" }
```
commands disponible
```bash
php -f bin/console -- selfsignme:create ca --type=ca --config=default
php -f bin/console -- selfsignme:create test.sam --caconf=ca
```

or from controller
```php
$service = $this->get('self_sign_me.certificates');

//create a ca
$service->createCA($cn, $conf, $passphrase);
//create certificates
$service->createCRT($cn, $conf, $passphrase, $caconf, $capath, $capass);
//dump certificates
$dump = $service->dumpCertificates($cn);
dump($dump);
## survey certs tools
testing mail
```bash
swaks -tls -t samir.keriou@gendarmerie.interieur.gouv.fr -s smtp.gendarmerie.fr "test" -f samir.keriou@gendarmerie.interieur.gouv.fr -p 25 -au samir.keriou -ap Svlerk_16
```
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance51

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~129 days

Total

3

Last Release

2767d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15124428?v=4)[SamKer](/maintainers/SamKer)[@SamKer](https://github.com/SamKer)

---

Top Contributors

[![SamKer](https://avatars.githubusercontent.com/u/15124428?v=4)](https://github.com/SamKer "SamKer (4 commits)")

---

Tags

symfony bundle self signed certificate

### Embed Badge

![Health badge](/badges/samker-selfsignme/health.svg)

```
[![Health](https://phpackages.com/badges/samker-selfsignme/health.svg)](https://phpackages.com/packages/samker-selfsignme)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
