Skip to content

Instantly share code, notes, and snippets.

View lgnap's full-sized avatar

LGnap lgnap

View GitHub Profile
@lgnap
lgnap / certbot-auto-with-plugins.sh
Last active August 5, 2020 15:50 — forked from mjameswh/certbot-auto-with-plugins.sh
A wrapper around the certbot-auto wrapper that ensure that required plugins are reinstalled.
#!/bin/bash
# The list of plugins to be installed
CERTBOT_PLUGINS="certbot-dns-route53"
[[ -f /etc/certbot-auto-plugins.conf ]] && . /etc/certbot-auto-plugins.conf
### DO NOT MODIFY ANYTHING BELOW THIS LINE ###
# Work even if somebody does "sh thisscript.sh".