Skip to content

Instantly share code, notes, and snippets.

View internationils's full-sized avatar

Nils Boeffel internationils

View GitHub Profile
@internationils
internationils / gandihost-sslcert.sh
Last active February 20, 2017 16:40
Create and apply Letsencrypt certificates to Gandi vhosts using certbot
#!/bin/sh
# ---------------------------------------------------------------------
# ---------------------------------------------------------------------
# sslgen-gandihosts.sh
#
# v04 - 2016-08-10 combibe create and update loop
# v03 - 2016-08-10 more cleanups
# v02 - 2016-08-04 lots of cleanups, improved loop for updates
# v01 - basic functionality