Let's Encrypt

How To Install WordPress With Docker Compose — step-by-step Docker tutorial on Progressive Robot

How To Install WordPress With Docker Compose

WordPress is a free and open-source Content Management System (CMS) that is widely used to launch new websites. Running WordPress typically involves installing a LAMP or LEMP stack by hand, work that you can simplify with tools like Docker and Docker Compose. This tutorial will show you how to set up a multi-container WordPress installation with an Nginx reverse proxy. It will also show you how to obtain TLS/SSL certificates for your application domain.

Read more
How To Secure Nginx with Let's Encrypt on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

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

In this tutorial, we will show you how to use Let’s Encrypt to obtain a free SSL certificate and use it with Nginx on Ubuntu 18.04. We will also show you how to automatically renew your SSL certificate. If you’re running a different web server, simply follow your web server’s documentation to learn how to use the certificate with your setup.

Read more
How To Acquire a Let's Encrypt Certificate Using DNS Validation with acme-dns-certbot on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Acquire a Let’s Encrypt Certificate Using DNS Validation with acme-dns-certbot on Ubuntu 18.04

DNS validation allows for certificate issuance requests to be verified using DNS records, rather than by serving content over HTTP. The acme-dns-certbot tool is used to connect Certbot to a third-party DNS server where the certificate validation records can be set automatically via an API when you request a certificate. The advantage of this is that you don’t need to integrate Certbot directly with your DNS provider , nor do you need to grant it unrestricted access to your full DNS configuration

Read more
CHAT