phbits·May 31, 2022OpenBSD GitLab Runner SetupIn an effort to automate the configuration of OpenBSD, this post will describe the basic setup of GitLab Runner to leverage GitLab CI/CD.
phbits·Mar 15, 2021Creating DSC Configurations with DscBaselineDscBaseline is a PowerShell module that creates DSC configurations based on the configuration of the current system. It aims to expedite…
phbits·Jan 18, 2021OpenSSL Root Certificate AuthorityThis post details how to setup a root OpenSSL Certificate Authority using Elliptic-curve cryptography (ECC) based on the following two…
phbits·Jan 18, 2021relayd — Secure Web Front EndRelayd is a free load-balancer, application layer gateway, transparent proxy, and SSL/TLS gateway. It’s safe to say I would avoid placing…
phbits·Jan 18, 2021OpenBSD httpd — Website MaintenanceThe default web server in OpenBSD is httpd. A lightweight server with only the essentials and built secure from the ground up.
phbits·Jan 18, 2021Content Security Policy (CSP) Generate Hash for Internal Scripts & StylesContent Security Policy (CSP) is an HTTP response header used to protect the client against XSS, clickjacking, and loading untrusted…
phbits·Jan 12, 2021SANS Holiday Hack Challenge 2020 Write-UpWelcome to my write-up! Here you’ll find the steps needed to complete objectives and challenges. However some will not provide the answer…
phbits·Aug 18, 2020OCSP Stapling with relaydOnline Certificate Status Protocol (OCSP) stapling is a standard for checking certificate revocation. It is commonly deployed on web…
InThe Startupbyphbits·Aug 17, 2020Automate Services DSC Configuration Via PowerShellPowerShell function to generate a Service configuration for DSC based on the local system.
phbits·Jul 28, 2020Force Microsoft Windows Service SettingsThere are services within Microsoft Windows operating system that one cannot easily configure as in StartupType=Disabled. This post…