Security
Replace tls cert using commandline (netsh) Paid Members Public
TLS endpoints on windows are often served by the operating system itself. Related certificate bindings can be managed using the command line easily. This guide shows how to replace a certificate using the commandline.

git on windows on CA's without crl (mostly pki) Paid Members Public
If you're working with git and are using certificates without revocation lists on windows this article shows how you can disable ssl revocation checks on git client.

Docker - Hardening with firewalld Paid Members Public
Containers are no virtual machines - yet we might want to treat hosts running container workloads like hypervisors and apply limitations on container networking. This guide describes a way to limit container networking on docker based container hosts using firewalld.