AI-is-changing-cybersecurity-in-many-ways

AI Is Reshaping Cybersecurity

Recent advances in artificial intelligence, particularly in large language models (LLMs) and agentic AI, are beginning to produce a structural change in cybersecurity comparable, in several respects, to the transformation already visible in software development. AI can, of course, be used by security researchers, defenders, and attackers as a productivity tool. It can accelerate existing […]

docker-compose-certbot

A slightly more secure Docker-first solution to running NGINX as a reverse proxy with automatlically updated Let’s Encrypt SSL certificates using nginx, acme-companion and docker-gen

Introduction In a previous blog post, I a to run nginx as a reverse proxy, with automatically updated Let’s Encrypt SSL certificates that is entirely depends on several Docker images that were originally developed by Jason Wilder, eliminating the need for the shell scripts and the cron job. The solution uses a nginx-proxy Docker container […]

docker-compose-certbot

A Docker-first solution to running NGINX reverse proxy with automatically updated Let’s Encrypt SSL certificates using nginx-proxy and acme-companion

Introduction In a previous blog post, I presented a solution to use docker-compose to obtain and renew a Let’s Encrypt SSL certificate and configure NGINX to use it. The solution depended on using two docker-compose files, one for the initialisation and the second for operation, as well as a cron job, and a couple of […]