Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kelunik/acme-client
- Owner: kelunik
- License: mit
- Created: 2015-11-19T19:09:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T19:11:38.000Z (7 months ago)
- Last Synced: 2024-10-10T18:50:51.951Z (about 1 month ago)
- Topics: acme, acme-client, automation, certificates, letsencrypt, php, ssl, tls
- Language: PHP
- Homepage:
- Size: 379 KB
- Stars: 392
- Watchers: 20
- Forks: 45
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)