Nginx : création d’un fichier htpasswd avec openssl
- dimanche 6 mars 2016
- Publié dans Administration . Hébergement . Nginx
- Ecrire
boris@debian:~$ printf "USER:$(openssl passwd -crypt PASSWORD)\n" > vhost.htpasswd
boris@debian:~$ printf "USER:$(openssl passwd -crypt PASSWORD)\n" > vhost.htpasswd
Pas encore de commentaires.