@planet-matrix/huaweiyun-certbot-dns-hook

0.0.2 • Public • Published

@planet-matrix/huaweiyun-certbot-dns-hook

方便的对运行在 华为云 上的域名进行 certbot-dns 挑战.

安装

npm i -g @planet-matrix/huaweiyun-certbot-dns-hook

使用

首先您需要保证您的 dns 解析记录里存在您设置的子域名解析.

例如, 如果您的域名是aaa.com., 您想为bbb.aaa.com.这个子域设置 ssl 证书, 您就必须先手动设置好bbb.aaa.com.的解析记录.

接下来安装 certbot.

接下来创建两个文件, windows 和 linux 略有不同.

  • 文件后缀名不同, windows 是.cmd.bat, linux 是.sh.
  • 设置环境变量的写法不同, windows 是set, linux 是export.

下面的示例使用 windows 的写法:

auth.cmd:

set AK=xxx
set SK=xxx
set ENDPOINT=xxx
set PROJECT_ID=xxx
set ZONE_ID=xxx

planet-matrix-huaweiyun-certbot-dns-hook-auth

cleanup.cmd:

set AK=xxx
set SK=xxx
set ENDPOINT=xxx
set PROJECT_ID=xxx
set ZONE_ID=xxx

planet-matrix-huaweiyun-certbot-dns-hook-cleanup

最后执行命令:

certbot certonly --manual --non-interactive --preferred-challenges=dns --manual-auth-hook <auth文件路径> --manual-cleanup-hook <cleanup文件路径> --agree-tos -m <邮箱> -d <完整子域名>
  • 执行后会卡住很久, 是正常的, 因为要等待 dns 传播. 现在设置的是等待一分钟.
  • 续期时重新执行以上命令即可.

Readme

Keywords

none

Package Sidebar

Install

npm i @planet-matrix/huaweiyun-certbot-dns-hook

Weekly Downloads

0

Version

0.0.2

License

none

Unpacked Size

11.3 kB

Total Files

5

Last publish

Collaborators

  • lsby
  • hyoban