Skip to content

Instantly share code, notes, and snippets.

@eugen-hoppe
Created January 29, 2024 17:49
Show Gist options
  • Select an option

  • Save eugen-hoppe/ef4f7347eff0055e883033e42b23baef to your computer and use it in GitHub Desktop.

Select an option

Save eugen-hoppe/ef4f7347eff0055e883033e42b23baef to your computer and use it in GitHub Desktop.
Generate Basic Auth Checksum for Traefik Configuration File
echo $(htpasswd -nB USERNAME) | sed -e s/\\$/\\$\\$/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment