Generating a traefik/nginx password hash without htpasswd
For when you don’t want to install httpd-tools / apache2-utils tl; dr: openssl passwd -apr1 | sed -E “s:[\$]:\$\$:g” (traefik) openssl passwd -apr1 (nginx) Explanations… Read More »Generating a traefik/nginx password hash without htpasswd