hasen's tech life

Twitter: @hasen

パスワードを小文字でと指定されたので対応した.

# パスワードを小文字でと指定されたので対応した.

$ openssl rand -base64 30 |tr "[:upper:]" "[:lower:]"