Automation: Task execution results 2026-02-09 10:42:58

This commit is contained in:
2026-02-09 10:42:58 -06:00
parent 5a95c5d404
commit 40b741296a
2 changed files with 32 additions and 0 deletions

View File

@@ -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!"

View File

@@ -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