Skip to content

Commit 06e6883

Browse files
committed
Docs: update description of new directives.
1 parent 1caa804 commit 06e6883

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ In both cases, the key is expected to be encoded in
292292

293293
### preferred_chain
294294

295-
**Syntax:** **`preferred_chain`** _`issuer name`_
295+
**Syntax:** **`preferred_chain`** _`name`_
296296

297297
**Default:** -
298298

@@ -302,11 +302,10 @@ _This directive appeared in version 0.3.0._
302302

303303
Specifies the preferred certificate chain.
304304

305-
If the ACME issuer offers multiple certificate chains,
305+
If the ACME server offers multiple certificate chains,
306306
prefer the chain with the topmost certificate issued from the
307-
Subject Common Name _`issuer name`_.
308-
309-
If no matches, the default chain will be used.
307+
Subject Common Name _`name`_.
308+
If there are no matches, the default chain will be used.
310309

311310
### profile
312311

@@ -318,12 +317,11 @@ If no matches, the default chain will be used.
318317

319318
_This directive appeared in version 0.3.0._
320319

321-
Requests the supported [certificate profile][draft-ietf-acme-profiles]
320+
Requests the [certificate profile][draft-ietf-acme-profiles]
322321
_`name`_ from the ACME server.
323322

324-
The `require` parameter will cause the account registration and certificate
325-
renewals to fail if the ACME server does not advertise support for the
326-
specified profile.
323+
The `require` parameter will cause certificate renewals
324+
to fail if the server does not support the specified profile.
327325

328326
### ssl_trusted_certificate
329327

0 commit comments

Comments
 (0)