merchant: start/health + certbot_renew (container nginx TLS :8081, ACME :8082)

This commit is contained in:
Hernâni Marques 2026-07-10 12:03:52 +02:00
parent e2819c7cfc
commit 8a508766ef
No known key found for this signature in database
13 changed files with 795 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
while true; do
certbot renew --quiet
sleep 12h
done