However,inthiscase,youarealmostcertainlyservingsomewebcontenton`https://example.org` already, and you might want to use another domain (say `pleroma.example.org`) for Pleroma itself.
1.Querying`https://example.org/.well-known/host-meta` (where the domain of the URL matches the domain part of the `acct`: URI) to get information on how to perform the query.
ThisfilewillindeedcontainaURLtemplateoftheform`https://example.org/.well-known/webfinger?resource={uri}` that will be used in the second step.
Now,youhavePleromarunningat`https://pleroma.example.org` as well as a website at `https://example.org`. If you recall how webfinger queries work, the first step is to query `https://example.org/.well-known/host-meta`, which will contain an URL template.