appsec An SBOM Alone Won't Protect Your Software Supply Chain In the world of software, it's becoming increasingly clear that an SBOM (Software Bill of Materials) is necessary. But is it sufficient? One could be forgiven for thinking so, given how much emphasis has been placed on it lately.
guide Issue Let's Encrypt SSL Certificates using DNS Validation This guide will cover how to issue SSL certificates using Let's Encrypt by way of the dns-01 challenge. To use the dns-01 challenge when issuing SSL certificates from Let's Encrypt, a couple extra steps are required to support the process.
guide Issue & Renew Let's Encrypt SSL for Ansible Automation Platform 2 Deploying Ansible Automation Platform 2 generates untrusted self-signed certificates. Follow this guide to use Certbot to issue free Let's Encrypt SSL certificates.
docker Install Docker CE on RHEL 8/9 These are my notes on how to install Docker Community Edition (CE) on RHEL 8. I'm doing this on AWS AMI ami-0b0af3577fe5e3532. It has been upgraded to current as of the publish date of this post.
guide Install EPEL Release for RHEL 7/8 Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux.
guide Install Docker CE on RHEL 7 These are my notes on how to install Docker Community Edition (CE) on RHEL 7. I'm doing this on AWS AMI ami-029c0fbe456d58bd1. It has been upgraded to current as of the publish date of this post.
coding XML for PowerShell Config I've really taken a liking recently to using XML files for storing configuration values for my PowerShell scripts. Most times, I do it to make it a "one-stop shop" for updating config values.