#!/usr/bin/python3 # SPDX-License-Identifier: AGPL-3.0-or-later """Legacy configuration helper for Let's Encrypt, kept for compatibility. LE configuration in the earlier implementation used to call into this script with the sub-commands 'run-pre-hooks', 'run-renew-hooks' and 'run-post-hooks'. This action script now allows for any arbitrary sub-command to be called and does nothing. It can be removed after the release of Debian 12 (bookworm). """