summaryrefslogtreecommitdiff
path: root/linode/getcerts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linode/getcerts.sh')
-rwxr-xr-xlinode/getcerts.sh7
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