Skip to content

Instantly share code, notes, and snippets.

View lgnap's full-sized avatar

LGnap lgnap

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lgnap on github.
  • I am lgnap (https://keybase.io/lgnap) on keybase.
  • I have a public key whose fingerprint is CB08 9DF7 EFE0 8439 6EE5 DAC5 26D5 598F 7B0B 68BA

To claim this, I am signing this object:

@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".