vk-ssl-auto-deploy 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@ npm install -g pm2
23
23
  安装自动部署工具
24
24
 
25
25
  ```bash
26
- npm install -g vk-ssl-auto-deploy
26
+ npm install -g vk-ssl-auto-deploy@latest
27
27
  ```
28
28
 
29
29
  查看安装目录
@@ -50,6 +50,10 @@ cd <安装目录>,如 cd /usr/lib/node_modules/vk-ssl-auto-deploy
50
50
  npm run start
51
51
  ```
52
52
 
53
+ ```js
54
+ cd /usr/lib/node_modules/vk-ssl-auto-deploy/cert
55
+ ```
56
+
53
57
  ### 3. 本地开发安装
54
58
 
55
59
  ```bash
package/config.json CHANGED
@@ -3,6 +3,6 @@
3
3
  "routerName": "api",
4
4
  "ipWhitelist": [],
5
5
  "callbackCommand": [
6
- "sudo nginx -t && sudo systemctl reload nginx"
6
+ "sudo nginx -t && sudo service nginx reload"
7
7
  ]
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vk-ssl-auto-deploy",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "SSL证书自动部署工具 - 提供HTTP API接口,支持证书文件自动上传和部署",
5
5
  "main": "app.js",
6
6
  "bin": {