blob: fe971e21da942cad42caa5666826372952d3bd0c [file] [log] [blame]
#!/bin/sh
set -e
{
domain=${SA_PUBLIC_DOMAIN_NAME:-miau.local}
rm -rf /etc/letsencrypt/live/${domain}
}
exec certbot "$@"