Skip to content

Instantly share code, notes, and snippets.

View bmanojlovic's full-sized avatar

Boris Manojlovic bmanojlovic

View GitHub Profile
@bmanojlovic
bmanojlovic / le-renew.sh
Last active June 15, 2017 02:59 — forked from erikaheidi/le-renew.sh
Auto renewal for Let's Encrypt Apache
#!/bin/bash
#================================================================
# Let's Encrypt renewal script for Apache on Ubuntu/Debian
# @author Erika Heidi<[email protected]>
# Usage: ./le-renew.sh [base-domain-name]
# More info: http://do.co/1mbVihI
#================================================================
domain=$1
le_path='/opt/letsencrypt'
le_conf='/etc/letsencrypt'