Skip to content

Commit

Permalink
add instructions for certificate renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaramreddy10 committed Mar 9, 2024
1 parent ccd9031 commit 29f94a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 29f94a6

Please sign in to comment.