*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
We use certbot for renewing certificates. Currently certbot is installed in frontend dashboard server and backend dashboard prod server. But, we just need to use this from one place(usage from frontend dashboard is recommended).
Next expiry: Saturday, January 13, 2024 at 7:40:09 AM
Do the following steps while you are watching the tutorial videos in our box folder under Diaper app Documents/ SSL certs update Tutorial. https://cornell.app.box.com/folder/137191416997
...
Step 4: Save fullchain.pem and privkey.pem to box
Troubleshoot
Jenkins Prod Server
| Code Block |
|---|
//Check the status of the server sudo systemctl status jenkins //Restart the server sudo systemctl restart jenkins //Restart nginx sudo systemctl restart nginx |
...