Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 181 Bytes

generate-htpasswd.md

File metadata and controls

19 lines (13 loc) · 181 Bytes

generate htpasswd

prerequisites

apt-get install -y apache2-utils

create

htpasswd -c .htpasswd username

update

htpasswd .htpasswd username