Configure HTTP Authentication and whitelisting for EasyEngine site
EXAMPLES
# Add auth to a site
$ ee auth create example.com --user=test --pass=test
# Delete auth from a site
$ ee auth delete example.com --user=test
SUBCOMMANDS
Name | Description |
---|---|
ee auth create | Creates http authentication for a site. |
ee auth delete | Deletes http authentication for a site. |
ee auth list | Lists http authentication users of a site. |
ee auth update | Updates http authentication password for a site. |