quantumca / acmephp-core
PHP中ACME协议的原始实现
2.0.4
2023-02-18 17:52 UTC
Requires
- php: >=7.2.5
- ext-hash: *
- ext-json: *
- ext-openssl: *
- acmephp/ssl: ^2.0
- guzzlehttp/guzzle: ^6.0|^7.0
- guzzlehttp/psr7: ^1.0
- lcobucci/jwt: >=4.3.0
- psr/http-message: ^1.0
- psr/log: ^1.0
- webmozart/assert: ^1.0
This package is auto-updated.
Last update: 2024-09-18 21:18:36 UTC
README
Acme PHP Core是Acme PHP项目的核心:它是其他更高级存储库的基础。它由Let's Encrypt ACME协议的原始实现组成。
如果您想与我们聊天或有问题,请在Symfony Slack上ping @tgalopin或@jderusse!
何时使用Acme PHP Core?
您通常想要使用Acme PHP CLI客户端或适用于您的应用程序框架的实现。
但是,在某些情况下,您可能希望直接从应用程序中管理SSL证书。在这种情况下,这个库将很有用。
Acme PHP Core所做的只是实现Let's Encrypt/ACME协议:生成的SSL密钥和证书存储在内存中,并返回到您的脚本中。您负责将它们存储在持久的位置。
文档
阅读官方Acme PHP文档。
启动测试套件
Acme PHP测试套件位于主存储库中:https://github.com/acmephp/acmephp#launch-the-test-suite。