From 72fa623674ffba1707e6a50859695967f5b9a91e Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 11 Jan 2021 23:08:24 +0800 Subject: [PATCH] docs: md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fe017300..ab19fd88 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ npm install @certd/executor -s --production ``` 3. 创建index.js + +参数配置分几个部分 +args: 运行时参数 +accessProviders: 授权提供者,提供dns验证与部署任务的授权 +cert: 证书申请的配置 +deploy: 证书部署流程 + ```js import { Executor } from '@certd/executor' const options = {