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