xmartlabs / docker-htpasswd

Docker image to create a htpasswd file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

htpasswd

Usage

To generate a password file:

docker run --rm -ti xmartlabs/htpasswd <username> <password> > htpasswd

This will use bcrypt encryption.

About

Docker image to create a htpasswd file

License:Apache License 2.0