mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
5 lines
280 B
Bash
Executable File
5 lines
280 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while [ "$(healthcheck.sh)" != "OK" ]; do sleep 10s; done
|
|
certbot --logs-dir /tmp/certbot-log --work-dir /tmp/certbot-work --config-dir /data/tls/certbot renew --quiet --config "/data/tls/certbot/config.ini" --preferred-challenges "dns,http" --no-random-sleep-on-renew
|