How to accept card payments on your WordPress site the easy way

How to accept card payments on your WordPress site the easy way Your site is up and running. Great. You’ve overcome the hurdles of getting started and have your e-commerce store poised to take off. …

How to set up a multi vendor marketplace on WordPress

If you’re looking to invest in an ecommerce venture, you might consider a multi vendor marketplace. This guide walks you through what these marketplaces are, how they work, and how you can set up your…

How To Secure Nginx with Let’s Encrypt on CentOS 8

In this tutorial, you will learn how to secure Nginx with Let's Encrypt on CentOS 8.

How To Secure Apache with Let’s Encrypt on CentOS 8

In this tutorial, you will learn how to secure Apache with Let's Encrypt on CentOS 8. We will use the Let’s Encrypt client Certbot to obtain a free SSL certificate for Apache on CentOS 8…

OpenSSL Essentials: Working with SSL Certificates, Private Keys and CSRs

OpenSSL is a versatile command line tool that can be used for a large variety of tasks related to Public Key Infrastructure (PKI) and HTTPS (HTTP over TLS).

How To Secure Apache with Let’s Encrypt on Ubuntu 18.04

In this tutorial, you will learn how to secure Apache with Let's Encrypt on Ubuntu 18.04, using the Apache client Certbot to obtain a free SSL certificate and set up your certificate to renew automatically.

How To Secure Apache with Let’s Encrypt on Ubuntu 20.04

In this tutorial, you will use the Let's Encrypt client Certbot to obtain a free SSL certificate for Apache on Ubuntu 20.04 and set up your certificate to renew automatically.

How To Create a Self-Signed SSL Certificate for Nginx on CentOS 7

Introduction TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can send traffic…

How To Create an SSL Certificate on Apache for CentOS 7

Introduction TLS, or “transport layer security”, and its predecessor SSL, which stands for “secure sockets layer”, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can send traffic…

HTTPS redirect Apache – Direct your website users with your htaccess

If you have an SSL Certificate on your website, you can automatically HTTPS Redirect Apache for your visitors to ensure their connection communication is encrypted. HTTPS Redirect with Apache You will need to create or…