From aa22b7709f11c06b8912de13ed343bf8584ef017 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Mon, 9 Feb 2026 18:52:53 +0000 Subject: [PATCH] README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f1f6f6..d4d1977 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,10 @@ This starts the server on [localhost:4401](http://localhost:4401) with passkeys For a real deployment, configure Paskia with your domain name (rp-id). This enables SSO setup for that domain and any subdomains. ```fish -paskia --rp-id example.com --rp-name "Example Corp" --save +paskia --rp-id=example.com --rp-name="Example Corp" --save ``` -This binds passkeys to `*.example.com`. The `--rp-name` is shown to users during passkey registration. The `--save` option stores these settings in the database, so future runs only need `paskia --rp-id example.com`. +This binds passkeys to the rp-id, allowing them to be used there or on any subdomain of it. The `--rp-name` is the branding shown in UI and registered with passkeys for everything on your domain (rp id). The `--save` option stores these settings in the database, so future runs only need `paskia --rp-id example.com`, of which we will make use of with the systemd config later on. ### Step 3: Set Up Caddy