@@ -73,6 +73,9 @@ else
# inform the user
echo "Found all certificates, using user-provided certificates."
+ # remove any obsolete autogenerated certs
+ rm -f /autocert/*
+
# setup certificate path
export CERT_PATH=/etc/ssl/private/
fi