Updated 说明 (markdown)
parent
c6eff5e821
commit
173f4f9108
7
说明.md
7
说明.md
|
@ -7,6 +7,7 @@
|
|||
1. copy 证书到 nginx/apache 或者其他服务
|
||||
1. 更新证书
|
||||
1. 更新 **acme.sh**
|
||||
1. 出错怎么办,如何调试
|
||||
|
||||
下面详细介绍.
|
||||
|
||||
|
@ -124,14 +125,14 @@ acme.sh --installcert -d mydomain.com \
|
|||
值得注意的是, 这里指定的所有参数都会被自动记录下来, 并在将来证书自动更新以后,被再次自动调用.
|
||||
|
||||
|
||||
# 3. 更新证书
|
||||
# 4. 更新证书
|
||||
|
||||
目前证书在 80 天以后会自动更新, 你无需任何操作. 今后有可能会缩短这个时间, 不过都是自动的,你不用关心.
|
||||
|
||||
|
||||
|
||||
|
||||
# 4. 更新 acme.sh
|
||||
# 5. 更新 acme.sh
|
||||
|
||||
目前由于 acme 协议和 letsencrypt CA 都在频繁的更新, 因此 acme.sh 也经常更新以保持同步.
|
||||
|
||||
|
@ -154,7 +155,7 @@ acme.sh --upgrade --auto-upgrade 0
|
|||
```
|
||||
|
||||
|
||||
# 5. 出错怎么办:
|
||||
# 6. 出错怎么办:
|
||||
如果出错, 请添加 debug log:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue