Certbot is a client for [Let's Encrypt](https://guide.freecodecamp.org/developer-tools/lets-encrypt), created by the EFF (Electronic Frontier Foundation). It allows users to create and automatically renew SSL certificates from Let's Encrypt. A Let's Encrypt certificate can last 90 days so Certbot will automatically fetch a new cert before the old ones expires.
Depending on your server environment, CertBot is should be reletively easy to setup. [This](https://certbot.eff.org/) website is a great place to go to get a step-by-step guide for most hosting environments. In order to setup it is crucial that you have root terminal access to the hosting enviornment. If you don't or aren't familiar with the terminal check to see if host has direct integration with Let's Encrypt.