rogierw/rw-acme-cli
最新稳定版本:2.0.0
Composer 安装命令:
composer create-project rogierw/rw-acme-cli
包简介
A CLI tool to request, renew and revoke Let's Encrypt certificates.
README 文档
README
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 package.
Requirements
- PHP ^8.2
- OpenSSL >= 1.0.1
- cURL extension
- JSON extension
Installation
You can install the package via composer:
composer global require rogierw/rw-acme-cli
Setup environment
Copy the .env.example to .env and change the default values.
STORAGE_PATH=storage
Usage
Creating an account
The first step would be creating an account.
rw-acme account:create <e-mail address>
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
rw-acme certificate:order <domain>
There are various options that you could add to the command. Run rw-acme certificate:order --help to view all the available options.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-03