Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kelunik/acme-client

Let's Encrypt / ACME client written in PHP for the CLI.
https://github.com/kelunik/acme-client

acme acme-client automation certificates letsencrypt php ssl tls

Last synced: 12 days ago
JSON representation

Let's Encrypt / ACME client written in PHP for the CLI.

Awesome Lists containing this project

README

        

![`kelunik/acme-client`](./res/logo.png)

`kelunik/acme-client` is an ACME client written in PHP. ACME is the protocol that powers the [Let's Encrypt](https://letsencrypt.org) certificate authority.

## Requirements

* PHP 7.4+ with OpenSSL
* Works on Unix-like systems and Windows

## Documentation

* [Installation](./doc/installation.md)
* [Usage](./doc/usage.md)
* [Migration guide for 0.1.x → 0.2.x](./doc/migrations/0.2.0.md)