PHPackages                             hurah/certbot-helper - 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. hurah/certbot-helper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hurah/certbot-helper
====================

Small utility that helps setting up SSL certificates for the Novum Innovation app

v1.0.3(5y ago)031MITPHPPHP ^7.4 || 8.0.\*CI failing

Since Dec 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/antonboutkam/innovation-app-certbot-helper)[ Packagist](https://packagist.org/packages/hurah/certbot-helper)[ RSS](/packages/hurah-certbot-helper/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

CertBot utility
===============

[](#certbot-utility)

[![Novum logo](https://camo.githubusercontent.com/2c10369f242524d699b3074d944f4c4adfd13725a1ef4b21f621851ec2985e27/68747470733a2f2f6769746c61622e636f6d2f4e6f76756d4769742f696e6e6f766174696f6e2d6170702d636f72652f2d2f7261772f6d61737465722f6173736574732f6e6f76756d2e706e67)](https://camo.githubusercontent.com/2c10369f242524d699b3074d944f4c4adfd13725a1ef4b21f621851ec2985e27/68747470733a2f2f6769746c61622e636f6d2f4e6f76756d4769742f696e6e6f766174696f6e2d6170702d636f72652f2d2f7261772f6d61737465722f6173736574732f6e6f76756d2e706e67)

What is this?
-------------

[](#what-is-this)

This is a component of the Novum Innovation app. It scans for plugins / sites that make use of SSL/http**s** and generates SSL certificates for them using the CertBot Docker container.

Usage
-----

[](#usage)

The package adds a `novum-certbot` script to the vendor/bin folder. Invoke the command without any arguments to view all options. The script spins up a Docker container that will attempt to install SSL certificates. The resulting command will be something like this:

### Results

[](#results)

The command will exucute something in the order of this:

```
\#!/usr/bin/env bash

docker run --rm --name certbot \
      -v "$(pwd)/data/certbot:/data/certbot" \
      -v "$(pwd)/data/certbot:/etc/letsencrypt" \
      -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
      -p 80:80 \
      certbot/certbot certonly \
      --standalone \
      --preferred-challenges http \
      -d home.demo.novum.nu \
      --agree-tos \
      -m anton@novum.nu

```

[![antonboutkam](https://camo.githubusercontent.com/c276f16587c1c181ee6e64c06576e70b0b73741bdde3fdb0d20f2a2713f8f530/68747470733a2f2f636972636c6563692e636f6d2f67682f616e746f6e626f75746b616d2f696e6e6f766174696f6e2d6170702d63657274626f742d68656c7065722e7376673f7374796c653d737667)](https://docs.demo.novum.nu)

\_\_

More info: Innovation app documentation

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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 ~13 days

Total

4

Last Release

1941d ago

PHP version history (2 changes)v1.0.0PHP ^7.4

v1.0.3PHP ^7.4 || 8.0.\*

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27406772?v=4)[⚒ Anton Boutkam](/maintainers/antonboutkam)[@antonboutkam](https://github.com/antonboutkam)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hurah-certbot-helper/health.svg)

```
[![Health](https://phpackages.com/badges/hurah-certbot-helper/health.svg)](https://phpackages.com/packages/hurah-certbot-helper)
```

###  Alternatives

[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

4743.5k10](/packages/phel-lang-phel-lang)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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