summarylogtreecommitdiffstats
path: root/certbot-dns-vultr.install
blob: 267f8fe55a0d455e5dfe43b086acaac69cd26e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo '==> To use this package, set VULTR_API_KEY and use the following certbot options:'
	echo '==>	--manual'
	echo '==>	--manual-auth-hook certbot-dns-vultr'
	echo '==>	--manual-cleanup-hook certbot-dns-vultr'
	echo '==>	--preferred-challenges dns-01'
}

post_remove() {
	echo "==> Don't forget to remove the hook from your certbot command"
}