diff options
-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 |