feat: add certificate request task

This commit is contained in:
Lenoctambule
2026-04-02 21:32:49 +02:00
parent 6c0d40acf6
commit ceab15c25e
5 changed files with 37 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
while :; do
sleep 6h
nginx -t && nginx -s reload
done &