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
...
| Code Block |
|---|
scp -i "DIAPER-production-key.cer" privkey.pem [ec2-user@ec2-3-234-254-227.compute-1.amazonaws.com:/home/ec2-user/] |
use the following command to save fullchain and privkey to local machine.
...
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 |
...