Template: acme.sh/auto_renewal_postinst
Type: note
Description: Notes on Certificate Auto-renewal
 Auto renewal scripts are always run as a non-system user account. To enable automatic certificate renewal, run the following command as the user with which you ran acme.sh to order certificate:
 .
 $ acme.sh --install-cronjob
 .
 Alternatively, enable systemd USER timer acme-sh.timer with:
 .
 $ systemctl --user enable --now acme-sh.timer
 .
Description-zh_CN.UTF-8: 如何启用证书自动更新
 acme.sh 的证书自动更新需要以非系统用户账户运行。
 若要启用证书自动更新，请以您申请证书时运行 acme.sh 使用的用户运行以下命令：
 .
 $ acme.sh --install-cronjob
 .
 您也可以用以下命令启用 systemd 定时服务 acme-sh.timer:
 .
 $ systemctl --user enable --now acme-sh.timer
 .
