@@ -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
303303Specifies the preferred certificate chain.
304304
305- If the ACME issuer offers multiple certificate chains,
305+ If the ACME server offers multiple certificate chains,
306306prefer 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