From 2895e8dec53b0e09f7d5a02bf77399a63ee91a2a Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Tue, 15 Dec 2020 13:24:57 -0600 Subject: new file: DO_NOT_LOOSE_ME new file: godaddy_add_txt.py new file: godaddy_del_txt.py new file: push.sh new file: renew_certificate.sh --- push.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 push.sh (limited to 'push.sh') diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..e1f0fdd --- /dev/null +++ b/push.sh @@ -0,0 +1,9 @@ +#!/bin/bash +sftp root@bpcspace.com << EOF +put godaddy_add_txt.py /root/scripts/maintenance/ssl_renewal +put godaddy_del_txt.py /root/scripts/maintenance/ssl_renewal +put renew_certificate.sh /root/scripts/maintenance/ssl_renewal +EOF +ssh root@bpcspace.com << EOF +chmod a+x /root/scripts/maintenance/ssl_renewal/* +EOF -- cgit v1.2.3