-
NGINX
Add mTLS to Nginx
Previously we added ssl to an Nginx server. On this example we shall enhance our security by adding mTLS to…
Read More » -
NGINX
Add SSL to Nginx
Nginx is a versatile tool that has many usages, can be used as a reverse proxy, load balancer etc. A…
Read More » -
DevOps
Using Minikube on osx
Docker compose is making for me wonders when it comes to run some simple components on my workstation. Spawning and…
Read More » -
DevOps
Kubernetes and Secrets
This is going to be a small post since it has to deal with kubernetes and secrets. Yet it is…
Read More » -
MySQL
Add ssl to Mysql and Postgresql
Adding ssl support to a relational database like mysql or postgresql is a standard task. First we need to have…
Read More » -
Linux
Systemd and Upstart Services
Most linux servers that I use are either Debian based or RedHat based. A common task is adding daemon services. Suppose…
Read More »