Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created September 25, 2014 15:21
Show Gist options
  • Save adfinlay/3cb5388b85b2acae2340 to your computer and use it in GitHub Desktop.
Save adfinlay/3cb5388b85b2acae2340 to your computer and use it in GitHub Desktop.
Generate varnish HTTP Basic Auth string
echo -n "username:password" | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment