diff --git a/Enabling-admin-page.md b/Enabling-admin-page.md index a73e59a..9c59a1e 100644 --- a/Enabling-admin-page.md +++ b/Enabling-admin-page.md @@ -27,7 +27,7 @@ To invalidate any session you can remove the [`rsa_key.pem`](https://github.com/ ## Secure the `ADMIN_TOKEN` -You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is not stored in a hashed format and thus cannot simply be read out. +You can hash the `ADMIN_TOKEN` using argon2id by generating a [PHC string](https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md). This ensures that the admin token is stored in a hashed format and thus cannot simply be read out. The PHC string can be generated by [using the built-in `hash` command](#using-vaultwarden-hash) or by [using the `argon2` CLI tool](#using-argon2).