From 40b741296aba6ffb817f3c35cf8f8d52213b8efb Mon Sep 17 00:00:00 2001 From: Michael Krause Date: Mon, 9 Feb 2026 10:42:58 -0600 Subject: [PATCH] Automation: Task execution results 2026-02-09 10:42:58 --- ...ack-ssl-retry_completed_20260209_104258.sh | 6 +++++ .../results/bookstack-ssl-retry_result.txt | 26 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100755 automation/logs/bookstack-ssl-retry_completed_20260209_104258.sh create mode 100644 automation/results/bookstack-ssl-retry_result.txt diff --git a/automation/logs/bookstack-ssl-retry_completed_20260209_104258.sh b/automation/logs/bookstack-ssl-retry_completed_20260209_104258.sh new file mode 100755 index 0000000..39568bb --- /dev/null +++ b/automation/logs/bookstack-ssl-retry_completed_20260209_104258.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Retry SSL certificate for BookStack + +certbot --nginx -d docs.firefrostgaming.com --non-interactive --agree-tos --email admin@firefrostgaming.com --redirect + +echo "SSL certificate obtained successfully!" diff --git a/automation/results/bookstack-ssl-retry_result.txt b/automation/results/bookstack-ssl-retry_result.txt new file mode 100644 index 0000000..3081b09 --- /dev/null +++ b/automation/results/bookstack-ssl-retry_result.txt @@ -0,0 +1,26 @@ +Task: bookstack-ssl-retry.sh +Started: Mon Feb 9 10:42:46 AM CST 2026 +========================================== +Saving debug log to /var/log/letsencrypt/letsencrypt.log +Requesting a certificate for docs.firefrostgaming.com + +Successfully received certificate. +Certificate is saved at: /etc/letsencrypt/live/docs.firefrostgaming.com/fullchain.pem +Key is saved at: /etc/letsencrypt/live/docs.firefrostgaming.com/privkey.pem +This certificate expires on 2026-05-10. +These files will be updated when the certificate renews. +Certbot has set up a scheduled task to automatically renew this certificate in the background. + +Deploying certificate +Successfully deployed certificate for docs.firefrostgaming.com to /etc/nginx/sites-enabled/bookstack +Congratulations! You have successfully enabled HTTPS on https://docs.firefrostgaming.com + +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +If you like Certbot, please consider supporting our work by: + * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate + * Donating to EFF: https://eff.org/donate-le +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +SSL certificate obtained successfully! +========================================== +Finished: Mon Feb 9 10:42:58 AM CST 2026 +Exit Code: 0