summarylogtreecommitdiffstats
path: root/certbot-dns-vultr.install
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-dns-vultr.install')
-rw-r--r--certbot-dns-vultr.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/certbot-dns-vultr.install b/certbot-dns-vultr.install
new file mode 100644
index 000000000000..267f8fe55a0d
--- /dev/null
+++ b/certbot-dns-vultr.install
@@ -0,0 +1,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"
+}