Configuring OCSP Stapling for Let’s Encrypt in Nginx [New Question]

A quick question, answered on Heelpbook, about “Configuring OCSP Stapling for Let’s Encrypt in Nginx”, that helps checking the revocation status of a digital certificate issued by Let’s Encrypt, on Nginx. Read More …

Powershell – Test URL “ping” from command line

The following scenario could be useful for those that need to regularly monitor the response type of specifc URL or URLs; this can be done quite easily by using Powershell. The approach can be easily integrated in functions and automated/scheduled scripts to get a periodic status of the URLs monitored. Read More …

Check Windows Services statuses using Powershell

PowerShell is a great and essential “scripting” (the scripting is just one of the many things this language can do) tool. It not only helps save you time, it also provides greater flexibility to execute repeated tasks manually or via scheduled tasks. Almost all Windows roles and features ship with PowerShell cmdlets. Once of the most common tasks, specially on server machines, is to check regularly the status of a specific service. Read More …