소스 검색

更新文档(去除 crontab 安装)

zjcqoo 6 년 전
부모
커밋
f4d868a14d
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      docs/cert-auto.md

+ 0 - 7
docs/cert-auto.md

@@ -14,13 +14,6 @@ iptables -t nat -I PREROUTING 1 -p tcp --dport 80 -j REDIRECT --to-ports 10080
 yum install -y openssl
 ```
 
-推荐安装 `crontab`,可定期续签证书(CentOS 7 为例)
-
-```bash
-yum install cronie
-service crond start
-```
-
 安装 acme.sh(无需 root 权限,在 `jsproxy` 用户下安装)
 
 ```bash