summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArno DUBOIS2017-01-19 20:27:40 +0100
committerArno DUBOIS2017-01-19 20:27:40 +0100
commit1f318025bf38e42a4bb902b91bd2f73110d2e2b9 (patch)
tree4ddda3ed932866be1f5360e1163969e767c510fd
parentc7d2026d8edf7147752b9734de71ca1fdc0eb183 (diff)
downloadaur-1f318025bf38e42a4bb902b91bd2f73110d2e2b9.tar.gz
Add usability instructions
-rwxr-xr-xcloudflare-le.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/cloudflare-le.install b/cloudflare-le.install
index 8d035d275a10..f10f803ef4c1 100755
--- a/cloudflare-le.install
+++ b/cloudflare-le.install
@@ -1,11 +1,13 @@
post_install() {
echo "-------------------------------------------------"
echo ""
- echo -e "\e[31mDo not forget to change configuration and add your Cloudflare ID, Token, and domain name to /etc/cloudflare-le/cloudflare.conf\e[0m"
+ echo -e "\e[31mDo not forget to change configuration and add your Cloudflare ID, Token, and
+domain name 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 $* \ No newline at end of file
+$op $*