Skip to main content

Let's encrypt with nginx on RHEL 7

sudo certbot --nginx
sudo certbot --nginx

Setup for another site on the same host

sudo certbot

Popular posts from this blog

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.