Configure HTTP Authentication and whitelisting for EasyEngine site
# 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 | 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. |