Remove unused certs from docker-aio-config

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2025-10-20 18:41:27 +02:00
parent dc03f9515a
commit 7351fc1fd5

View file

@ -382,6 +382,9 @@ https://your-domain-that-points-to-this-server.tld:8443"
# Set the timezone to Etc/UTC
export TZ=Etc/UTC
# Remove unused certs
rm -vrf /mnt/docker-aio-config/certs
# Fix caddy startup
if [ -d "/mnt/docker-aio-config/caddy/locks" ]; then
rm -rf /mnt/docker-aio-config/caddy/locks/*