Clarification updates

This commit is contained in:
Owen
2025-11-08 15:01:45 -08:00
parent 8a34ecebe8
commit 48679b02b4
2 changed files with 7 additions and 1 deletions

View File

@@ -284,6 +284,12 @@ This section contains the complete reference for all configuration options in `c
At least one domain must be configured.
It is best to add it in the UI for ease of use or when you want the
domain to *only be present in the org it was created in*.
You should create it in the config file for permanence across installs
and if you want the domain to be present in all orgs.
<Expandable title="Domains">
<ResponseField name="<domain_key>" type="object">
Domain configuration with a unique key of your choice.

View File

@@ -61,7 +61,7 @@ The [rate limits](https://letsencrypt.org/docs/rate-limits/) for Let's Encrypt a
</Step>
<Step title="Configure Pangolin">
Set the `prefer_wildcard_cert` flag to `true` in the Pangolin configuration file for your domain.
Set the `prefer_wildcard_cert` flag to `true` in the Pangolin configuration file for your domain. Or update it on the Domains page in the Pangolin dashboard.
</Step>
</Steps>