lawless-server/deploy/docs/certbot-renew-hook.sh

7 行
80 B
Bash

2026-07-09 11:54:49 +08:00
#!/bin/sh
# 证书更新后执行 nginx 重载
set -eu
systemctl reload nginx