Skip to content

Commit cbb82fc

Browse files
Copilotycmjason
andauthored
Run deno fmt to format codebase (#23)
* Initial plan * Run deno fmt to format code Co-authored-by: ycmjason <1251825+ycmjason@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ycmjason <1251825+ycmjason@users.noreply.github.com>
1 parent c9bc3f4 commit cbb82fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,10 @@ of domains (including the first) would be used in Subject Alternative Name (SAN)
159159
field of the certificate. This allows the certificate you obtain later to work
160160
for all those domains.
161161

162-
> **Wildcard domains:** You can request wildcard certificates by including `*.example.com`
163-
> in your domain list. Note that when using DNS-01 challenges for wildcards, the
164-
> DNS record is still placed at `_acme-challenge.example.com` (without the `*.` prefix).
162+
> **Wildcard domains:** You can request wildcard certificates by including
163+
> `*.example.com` in your domain list. Note that when using DNS-01 challenges
164+
> for wildcards, the DNS record is still placed at `_acme-challenge.example.com`
165+
> (without the `*.` prefix).
165166
166167
`AcmeOrder#authorizations` represent "your proof of control over the domains in
167168
the order". For each domain you provide, you will get an authorization object.

0 commit comments

Comments
 (0)