Let’s Encrypt with Certbot and Firewalld
The next step towards making Fossadventures.com a great website is enabling HTTPS. This was much easier than I expected thanks to Let’s Encrypt and the fantastic Certbot tool. I used this openSUSE instruction page. Step 1: add the required repo with the command: sudo zypper addrepo https://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Tumbleweed/devel:languages:python.repo Step 2: update the repositories: sudo zypper refresh Step 3: install the Certbot application: sudo zypper install certbot python-certbot python-certbot-nginx Step 4: run the Certbot application: sudo certbot –nginx…