Actualizar wireguard/readme.md
This commit is contained in:
@@ -42,7 +42,7 @@ Puedes generar el hash con `htpasswd` (instalado con `apache2-utils`):
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install apache2-utils
|
apt install apache2-utils
|
||||||
htpasswd -nBC 10 "admin"
|
htpasswd -nbBC 10 "" "Pozuelo12345" | cut -d ":" -f 2
|
||||||
```
|
```
|
||||||
|
|
||||||
Copia el resultado (sin el `admin:`) en el archivo `secret.yaml` como `PASSWORD_HASH`.
|
Copia el resultado (sin el `admin:`) en el archivo `secret.yaml` como `PASSWORD_HASH`.
|
||||||
|
|||||||
Reference in New Issue
Block a user