PHPackages                             rogierw/rw-acme-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. rogierw/rw-acme-cli

ActiveProject[CLI &amp; Console](/categories/cli)

rogierw/rw-acme-cli
===================

A CLI tool to request, renew and revoke Let's Encrypt certificates.

2.0.0(11mo ago)123MITPHPPHP ^8.2CI passing

Since Aug 3Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/RogierW/rw-acme-cli)[ Packagist](https://packagist.org/packages/rogierw/rw-acme-cli)[ Docs](https://github.com/RogierW/rw-acme-cli)[ RSS](/packages/rogierw-rw-acme-cli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (0)

CLI tool for managing Let's Encrypt certificates
================================================

[](#cli-tool-for-managing-lets-encrypt-certificates)

This command-line tool allows you to request, renew and revoke SSL certificates provided by Let's Encrypt. This tool relies on the [rogierw/rw-acme-client](https://github.com/RogierW/rw-acme-client) package.

Requirements
------------

[](#requirements)

- PHP ^8.2
- OpenSSL &gt;= 1.0.1
- cURL extension
- JSON extension

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

[](#installation)

You can install the package via composer:

```
composer global require rogierw/rw-acme-cli
```

Setup environment
-----------------

[](#setup-environment)

Copy the .env.example to .env and change the default values.

```
STORAGE_PATH=storage

```

Usage
-----

[](#usage)

#### Creating an account

[](#creating-an-account)

The first step would be creating an account.

```
rw-acme account:create
```

View your account details:

```
rw-acme account:details
```

The output will be something like this:

```
Account details.

ID: 1000222333
Status: valid
E-mail: mailto:john@doe.com
Initial IP: 127.0.0.1
Created at: 2023-05-19T10:00:25Z
```

#### Creating an order

[](#creating-an-order)

```
rw-acme certificate:order
```

There are various options that you could add to the command. Run `rw-acme certificate:order --help` to view all the available options.

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance55

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Recently: every ~168 days

Total

7

Last Release

331d ago

Major Versions

0.0.3 → 1.0.02023-08-09

1.1.1 → 2.0.02025-06-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/26f03e5694c4f76245c1d3ec205ed4138ea594c0808d56f4f94186686d797237?d=identicon)[rogier](/maintainers/rogier)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rogierw-rw-acme-cli/health.svg)

```
[![Health](https://phpackages.com/badges/rogierw-rw-acme-cli/health.svg)](https://phpackages.com/packages/rogierw-rw-acme-cli)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[n98/magerun

Tools for managing Magento projects and installations

1.4k264.7k7](/packages/n98-magerun)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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