blob: fe971e21da942cad42caa5666826372952d3bd0c [file] [log] [blame]
Nico Huber15edd772023-07-01 18:16:50 +00001#!/bin/sh
2
3set -e
4
5{
6 domain=${SA_PUBLIC_DOMAIN_NAME:-miau.local}
7
8 rm -rf /etc/letsencrypt/live/${domain}
9}
10
11exec certbot "$@"