blob: 4bf29bebc41f973d9a1fcec7e57056e0af8a32da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
echo "-------------------------------------------------"
echo ""
echo -e "\e[31mDo not forget to change configuration and add your Cloudflare ID, Token, and
zone names to /etc/cloudflare-le/cloudflare.conf and add "/usr/lib/cloudflare-le/pause_all_domains.sh" to
--pre-hook and "/usr/lib/cloudflare-le/unpause_all_domains.sh" to --post-hook in Certbot. \e[0m"
echo ""
echo "-------------------------------------------------"
}
op=$1
shift
$op $*
|