diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-05-29 09:58:47 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-05-29 09:58:47 +0000 |
commit | 1bdf77bcea6db7a27f0e88a4ef17ee9c347286e2 (patch) | |
tree | 4e7fda4cf6eb13eae83f2780928902f2facd3c2d | |
parent | 1878f8dd10bb152e6621d3f28a5664a4661077b5 (diff) |
Added place for linode scripts.
-rwxr-xr-x | linode/getcerts.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linode/getcerts.sh b/linode/getcerts.sh new file mode 100755 index 0000000..a8dc7c2 --- /dev/null +++ b/linode/getcerts.sh @@ -0,0 +1,7 @@ +#!/usr/local/bin/bash + +if acme-client -vNn noddybox.co.uk ; then + service apache24 restart + service postfix restart + service dovecot restart +fi |