Browsed by
Tag: Certbot

The ultimate DIY guide for installing WordPress on openSUSE Tumbleweed

The ultimate DIY guide for installing WordPress on openSUSE Tumbleweed

I am preparing a new WordPress website (Architect2Succeed.com) which is aimed at my profession as an IT architect. When I setup Fossadventures.com, I didn’t make an installation instruction as I was not sure that everything would be as I liked. Which turned out to be true, as I have switched from Hack/HHVM to PHP7/PHP-FPM. In this tutorial I want to incorporate all the learnings from my previous experience. This tutorial is likely to be very beneficial for all Linux beginners,…

Read More Read More

Let’s Encrypt with Certbot and Firewalld

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…

Read More Read More