mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-15 13:43:11 +01:00
7 lines
127 B
Bash
Executable File
7 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# shellcheck source=letsencrypt_service
|
|
source /app/letsencrypt_service --source-only
|
|
|
|
update_certs --force-renew
|