summaryrefslogtreecommitdiff
path: root/linode/getcerts.sh
blob: a8dc7c2bea9049285c4dce056e0f96bac863ddd6 (plain)
1
2
3
4
5
6
7
#!/usr/local/bin/bash

if acme-client -vNn noddybox.co.uk ; then
    service apache24 restart
    service postfix restart
    service dovecot restart
fi