diff --git a/README.md b/README.md index 1abf4e7..408d072 100644 --- a/README.md +++ b/README.md @@ -52,18 +52,15 @@ paskia serve [options] | Option | Description | Default | |--------|-------------|---------| -| Listen address | One of ****:**** (default all hosts, port 4401) or **unix:***/path/to/***paskia.socket** (Unix socket) | **localhost:4401** | +| Listen address | One of **:** (default all hosts, port 4401) or **unix:/path/to/paskia.socket** (Unix socket) | **localhost:4401** | | --rp-id ** | Main/top domain | **localhost** | | --rp-name "**" | Name of your company or site | Same as rp-id | -| --origin ** | Explicitly list the domain names served () | **https://**** | +| --origin ** | Explicitly list the domain names served () | **https://rp-id** | | --auth-host ** | Dedicated authentication site (e.g., **auth.example.com**) | Unspecified: we use **/auth/** on *every* site under rp-id.| ## Further Documentation -#### Integrating with your app: - [Caddy configuration](Caddy.md) - [Trusted Headers](Headers.md) - [Frontend integration](Integration.md) - -#### API paths - [Paskia API](API.md)