Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created January 27, 2014 10:35
Show Gist options
  • Save svschannak/8646418 to your computer and use it in GitHub Desktop.
Save svschannak/8646418 to your computer and use it in GitHub Desktop.
create password for nginx_auth
printf "username:$(openssl passwd -crypt password)\n" >> htpasswd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment