mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2026-08-06 12:42:56 +02:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# shellcheck source=app/letsencrypt_service.sh
|
|
source /app/letsencrypt_service.sh --source-only
|
|
|
|
update_certs --force-renew
|