Skip to content

Commit 8e1b927

Browse files
update reference.json (#467)
Co-authored-by: ryepup <[email protected]>
1 parent ed8ca2f commit 8e1b927

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

reference-lib/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nginx/reference-lib",
3-
"version": "1.1.21",
3+
"version": "1.1.22",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

reference-lib/src/reference.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,38 @@
144144
"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).",
145145
"description_html": "<p>Specifies a key identifier <em><code>kid</code></em> and a <em><code>file</code></em>\nwith the MAC key for\n<a href=\"https://datatracker.ietf.org/doc/html/rfc8555#section-7.3.4\" target=\"_blank\"> external account authorization</a>.</p>\n\n<p>The value <code>data</code>:<em><code>key</code></em> can be specified\ninstead of the <em><code>file</code></em>, which loads a key directly from\nthe configuration without using intermediate files.</p>\n\n<p>In both cases, the key is expected to be encoded in\n<a href=\"https://datatracker.ietf.org/doc/html/rfc4648#section-5\" target=\"_blank\"> base64url</a>.</p>\n"
146146
},
147+
{
148+
"name": "preferred_chain",
149+
"default": "",
150+
"contexts": [
151+
"acme_issuer"
152+
],
153+
"syntax_md": [
154+
"*`name`*"
155+
],
156+
"syntax_html": [
157+
"<p><em><code>name</code></em></p>\n"
158+
],
159+
"isBlock": false,
160+
"description_md": "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.",
161+
"description_html": "<p>Specifies the preferred certificate chain.</p>\n\n<p>If the ACME server offers multiple certificate chains,\nprefer the chain with the topmost certificate issued from the\nSubject Common Name <em><code>name</code></em>.\nIf there are no matches, the default chain will be used.</p>\n"
162+
},
163+
{
164+
"name": "profile",
165+
"default": "",
166+
"contexts": [
167+
"acme_issuer"
168+
],
169+
"syntax_md": [
170+
"*`name`* [`require`]"
171+
],
172+
"syntax_html": [
173+
"<p><em><code>name</code></em> [<code>require</code>]</p>\n"
174+
],
175+
"isBlock": false,
176+
"description_md": "Requests the\n[ certificate profile](https://datatracker.ietf.org/doc/html/draft-ietf-acme-profiles) *`name`* from the ACME server.\n\nThe `require` parameter will cause certificate renewals\nto fail if the server does not support the specified profile.",
177+
"description_html": "<p>Requests the\n<a href=\"https://datatracker.ietf.org/doc/html/draft-ietf-acme-profiles\" target=\"_blank\"> certificate profile</a> <em><code>name</code></em> from the ACME server.</p>\n\n<p>The <code>require</code> parameter will cause certificate renewals\nto fail if the server does not support the specified profile.</p>\n"
178+
},
147179
{
148180
"name": "ssl_trusted_certificate",
149181
"default": "",
@@ -17481,5 +17513,5 @@
1748117513
]
1748217514
}
1748317515
],
17484-
"version": "https://github.com/nginx/nginx.org/commit/4ff366a9d4834c8e3a5c349318625236d39090c1"
17516+
"version": "https://github.com/nginx/nginx.org/commit/2a1517c5cdaaf2d3fc90dc289278f7d1afffe491"
1748517517
}

0 commit comments

Comments
 (0)