Automation: Task execution results 2026-02-09 10:42:58
This commit is contained in:
6
automation/logs/bookstack-ssl-retry_completed_20260209_104258.sh
Executable file
6
automation/logs/bookstack-ssl-retry_completed_20260209_104258.sh
Executable 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!"
|
||||
26
automation/results/bookstack-ssl-retry_result.txt
Normal file
26
automation/results/bookstack-ssl-retry_result.txt
Normal 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
|
||||
Reference in New Issue
Block a user