diff --git a/content/chronograf/v1.8/administration/managing-security.md b/content/chronograf/v1.8/administration/managing-security.md index 96e7efaf3..89aa600f5 100644 --- a/content/chronograf/v1.8/administration/managing-security.md +++ b/content/chronograf/v1.8/administration/managing-security.md @@ -497,7 +497,7 @@ For more information, see [Cross-organization SuperAdmin status](/chronograf/v1. To enable basic authentication, run chronograf with the `-htpasswd` flag or use the `HTPASSWD` environment variable. ```sh -chronograf —htpasswd +chronograf —-htpasswd ``` The `.htpasswd` file contains users and their passwords, and should be created with a password file utility tool such as `apache2-utils`.