Blog

HTTPS/SSL Encryption with Lets Encrypt and Cloudflare DNS

Lets Encrypt allows users to create and renew public HTTPS/SSL/TLS Certificates free of charge. This post demonstrates how to create and automatically renew SSL certificates running on an Ubuntu 22.04.4 LTS based nginx server. Additionally, automated DNS validation is done via the DNS servers configured on cloudflare. This post only works if the domain uses…

AWS Certificate Manager (ACM)

If you host services on Amazon Web Services (AWS), you should be using AWS Certificate Manager (ACM) to create and renew all SSL Certificates. Note: This post assumes you have ownership of the domain, and it is configured in AWS. Request a Certificate Choose: “Request a public certificate” Then enter the following information: Note double…

SSL Certs – The Important Stuff

What is an SSL Cert? First, Cert is short for certificate. An SSL Cert, or more accurately TLS cert, is essentially a public key, and private key, that allows a website, and its users to encrypt the data they send each other. An SSL cert goes one step further, in that a trusted third party validates…

SSH Troubleshooting

The hard part about ssh isn’t the setup, It’s the troubleshooting. There are a lot of little details, and if any one is wrong, BOOM!, it doesn’t work. This post references material from a earlier post – ssh – The Important Stuff -vvv The most important part of troubleshooting, is using the Very Verbose flags to give…

SSH – The Important Stuff

I’ve seen a lot of ssh tutorial sites, and each has a little bit of information, or way too much detail. I’ve also helped a lot of people troubleshoot ssh connection issues. Although I love to help, I tend to see the same issues over and over. Here, I’m going to highlight the important stuff. In a future post…


Follow My Blog

Get new content delivered directly to your inbox.