-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
use safer encryption by default
Line 19 in 6cabb57
htpasswd -cb /etc/squid/passwd "${USERNAME}" "${PASSWORD}" |
change it to
htpasswd -cbB /etc/squid/passwd "${USERNAME}" "${PASSWORD}"
Metadata
Metadata
Assignees
Labels
No labels