diff --git a/reference-lib/package-lock.json b/reference-lib/package-lock.json index 32420c7..3ad4ee7 100644 --- a/reference-lib/package-lock.json +++ b/reference-lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nginx/reference-lib", - "version": "1.1.21", + "version": "1.1.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nginx/reference-lib", - "version": "1.1.21", + "version": "1.1.22", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-json": "^6.1.0", diff --git a/reference-lib/package.json b/reference-lib/package.json index 9f86a9e..54e349e 100644 --- a/reference-lib/package.json +++ b/reference-lib/package.json @@ -1,6 +1,6 @@ { "name": "@nginx/reference-lib", - "version": "1.1.21", + "version": "1.1.22", "description": "", "main": "dist/index.js", "type": "module", diff --git a/reference-lib/src/reference.json b/reference-lib/src/reference.json index e16342e..53bf66a 100644 --- a/reference-lib/src/reference.json +++ b/reference-lib/src/reference.json @@ -144,6 +144,38 @@ "description_md": "Specifies a key identifier *`kid`* and a *`file`*\nwith the MAC key for\n[ external account authorization](https://datatracker.ietf.org/doc/html/rfc8555#section-7.3.4).\n\nThe value `data`:*`key`* can be specified\ninstead of the *`file`*, which loads a key directly from\nthe configuration without using intermediate files.\n\nIn both cases, the key is expected to be encoded in\n[ base64url](https://datatracker.ietf.org/doc/html/rfc4648#section-5).", "description_html": "
Specifies a key identifier kid and a file\nwith the MAC key for\n external account authorization.
The value data:key can be specified\ninstead of the file, which loads a key directly from\nthe configuration without using intermediate files.
In both cases, the key is expected to be encoded in\n base64url.
\n" }, + { + "name": "preferred_chain", + "default": "", + "contexts": [ + "acme_issuer" + ], + "syntax_md": [ + "*`name`*" + ], + "syntax_html": [ + "name
Specifies the preferred certificate chain.
\n\nIf the ACME server offers multiple certificate chains,\nprefer the chain with the topmost certificate issued from the\nSubject Common Name name.\nIf there are no matches, the default chain will be used.
name [require]
Requests the\n certificate profile name from the ACME server.
The require parameter will cause certificate renewals\nto fail if the server does not support the specified profile.