Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...