From 29f94a62321b10d77fc260eaa356744d831b28c8 Mon Sep 17 00:00:00 2001 From: jayaramreddy10 Date: Sat, 9 Mar 2024 19:30:06 +0530 Subject: [PATCH] add instructions for certificate renewal --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fa22126..473e784 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,11 @@ Copyright Allan Lab. Code released under the MIT License. - Copy the contents of `_site` in `/var/www/html` (`/usr/bin/cp -R _site/* /var/www/html`) - Your latest changes will now be reflected on https://robotics.iiit.ac.in +### Renewal of the certificates for RRC website +- SSH into the website server +- Then, do a dry run on the `robotics.iiit.ac.in` server (that hosts our website), verify the output, and carry out the actual renewal. + +- `certbot renew --agree-tos --dry-run` +- `cat /etc/letsencrypt/live/robotics.iiit.ac.in/fullchain.pem` +- `certbot renew --agree-tos` +