linux: create .htpasswd without using apache tools

printf "${username}:`openssl passwd -apr1`\n" >> .htpasswd
Simple way to create .htpasswd without using apache tools.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.