forked from docs/doc-exports
ELB_api_0808
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: zhoumeng <zhoumeng35@huawei.com> Co-committed-by: zhoumeng <zhoumeng35@huawei.com>
This commit is contained in:
parent
e3123a5bf6
commit
29d82e98bd
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,13 @@
|
|||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody><tr id="elb_xd_0000__row824415415391"><td class="cellrowborder" valign="top" width="21.17%" headers="mcps1.3.1.1.3.1.1 "><p id="elb_xd_0000__p11244154112397">2024-06-07</p>
|
<tbody><tr id="elb_xd_0000__row168286278189"><td class="cellrowborder" valign="top" width="21.17%" headers="mcps1.3.1.1.3.1.1 "><p id="elb_xd_0000__p20828182721810">2024-08-07</p>
|
||||||
|
</td>
|
||||||
|
<td class="cellrowborder" valign="top" width="78.83%" headers="mcps1.3.1.1.3.1.2 "><p id="elb_xd_0000__p148281427101814">Modified the following content:</p>
|
||||||
|
<ul id="elb_xd_0000__ul1922348141815"><li id="elb_xd_0000__li13224488189">Changed the length limit on the domain field in the certificate.</li></ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr id="elb_xd_0000__row824415415391"><td class="cellrowborder" valign="top" width="21.17%" headers="mcps1.3.1.1.3.1.1 "><p id="elb_xd_0000__p11244154112397">2024-06-07</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="78.83%" headers="mcps1.3.1.1.3.1.2 "><p id="elb_xd_0000__p1697712104019">Modified the following content:</p>
|
<td class="cellrowborder" valign="top" width="78.83%" headers="mcps1.3.1.1.3.1.2 "><p id="elb_xd_0000__p1697712104019">Modified the following content:</p>
|
||||||
<p id="elb_xd_0000__p112253011423">Added the APIs for creating, querying, viewing, updating, and deleting logs.</p>
|
<p id="elb_xd_0000__p112253011423">Added the APIs for creating, querying, viewing, updating, and deleting logs.</p>
|
||||||
|
@ -75,11 +75,11 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="8.95910408959104%" headers="mcps1.3.3.2.2.5.1.3 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p13823058173534">String</p>
|
<td class="cellrowborder" valign="top" width="8.95910408959104%" headers="mcps1.3.3.2.2.5.1.3 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p13823058173534">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="57.45425457454255%" headers="mcps1.3.3.2.2.5.1.4 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_p14884193271218">Specifies the domain name associated with the server certificate. The default value is <strong id="elb_zq_zs_0001__en-us_topic_0096561584_b4504870511">null</strong>.</p>
|
<td class="cellrowborder" valign="top" width="57.45425457454255%" headers="mcps1.3.3.2.2.5.1.4 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_p14884193271218">Specifies the domain name associated with the server certificate.</p>
|
||||||
<p id="elb_zq_zs_0001__en-us_topic_0096561584_p14591643143615">The value contains a maximum of 100 characters.</p>
|
<p id="elb_zq_zs_0001__en-us_topic_0096561584_p14591643143615">A domain name can contain up to 10,000 characters. You can specify up to 100 domain names and separate them using commas (,).</p>
|
||||||
<p id="elb_zq_zs_0001__en-us_topic_0096561584_p16305043131216">The value can be one of the following:</p>
|
<p id="elb_zq_zs_0001__en-us_topic_0096561584_p16305043131216">The value can be one of the following:</p>
|
||||||
<ul id="elb_zq_zs_0001__en-us_topic_0096561584_ul128048293014"><li id="elb_zq_zs_0001__en-us_topic_0096561584_li96344901217">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit.</li><li id="elb_zq_zs_0001__en-us_topic_0096561584_li6585204513124">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*).</li></ul>
|
<ul id="elb_zq_zs_0001__en-us_topic_0096561584_ul128048293014"><li id="elb_zq_zs_0001__en-us_topic_0096561584_li96344901217">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit. Example: www.test.com</li><li id="elb_zq_zs_0001__en-us_topic_0096561584_li6585204513124">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*). Example: *.test.com</li></ul>
|
||||||
<div class="note" id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_note3391807017458"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p4119083617458">This parameter is valid only when <strong id="elb_zq_zs_0001__en-us_topic_0096561584_b53914942145615">type</strong> is set to <strong id="elb_zq_zs_0001__en-us_topic_0096561584_b15472430145615">server</strong>.</p>
|
<div class="note" id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_note3391807017458"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="elb_zq_zs_0001__en-us_topic_0096561584_ul18157124410116"><li id="elb_zq_zs_0001__en-us_topic_0096561584_li615716441312">This parameter is valid only when <strong id="elb_zq_zs_0001__en-us_topic_0096561584_b1815754161920">type</strong> is set to <strong id="elb_zq_zs_0001__en-us_topic_0096561584_b3815155451918">server</strong>.</li><li id="elb_zq_zs_0001__en-us_topic_0096561584_li101572441717">SNI certificates of a dedicated load balancer's listener can have up to 200 domain names.</li><li id="elb_zq_zs_0001__en-us_topic_0096561584_li1415794419110">SNI certificates of a shared load balancer's listener can have up to 30 domain names.</li></ul>
|
||||||
</div></div>
|
</div></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -169,8 +169,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p28969287173534">String</p>
|
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p28969287173534">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p52667105173534">Specifies the domain name associated with the server certificate.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_p3404921174314">Specifies the domain name associated with the server certificate.</p>
|
||||||
<p id="elb_zq_zs_0001__en-us_topic_0096561584_p7145757123615">The value contains a maximum of 100 characters.</p>
|
<p id="elb_zq_zs_0001__en-us_topic_0096561584_p1940482116438">A domain name can contain up to 10,000 characters. You can specify up to 100 domain names and separate them using commas (,).</p>
|
||||||
|
<p id="elb_zq_zs_0001__en-us_topic_0096561584_p15404202113434">The value can be one of the following:</p>
|
||||||
|
<ul id="elb_zq_zs_0001__en-us_topic_0096561584_ul184042214436"><li id="elb_zq_zs_0001__en-us_topic_0096561584_li94041321134316">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit. Example: www.test.com</li><li id="elb_zq_zs_0001__en-us_topic_0096561584_li16404192124315">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*). Example: *.test.com</li></ul>
|
||||||
|
<div class="note" id="elb_zq_zs_0001__en-us_topic_0096561584_note6404102118432"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="elb_zq_zs_0001__en-us_topic_0096561584_ul040402114430"><li id="elb_zq_zs_0001__en-us_topic_0096561584_li14404142174313">This parameter is valid only when <strong id="elb_zq_zs_0001__en-us_topic_0096561584_b7301558141912">type</strong> is set to <strong id="elb_zq_zs_0001__en-us_topic_0096561584_b17301158191913">server</strong>.</li><li id="elb_zq_zs_0001__en-us_topic_0096561584_li6404321124320">SNI certificates of a dedicated load balancer's listener can have up to 200 domain names.</li><li id="elb_zq_zs_0001__en-us_topic_0096561584_li14041721174315">SNI certificates of a shared load balancer's listener can have up to 30 domain names.</li></ul>
|
||||||
|
</div></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.099999999999998%" headers="mcps1.3.4.2.2.4.1.1 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p2838320173534">private_key</p>
|
<tr id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.099999999999998%" headers="mcps1.3.4.2.2.4.1.1 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0085859918_p2838320173534">private_key</p>
|
||||||
@ -191,7 +195,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_p969874112392">String</p>
|
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_p969874112392">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_p146981141133912">Specifies the time when the certificate expires.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0001__en-us_topic_0096561584_p146981141133912">Specifies the time when the certificate expired.</p>
|
||||||
<p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0001__en-us_topic_0096561584_i20651131012267">YYYY-MM-DDTHH:MM:SS</em> format.</p>
|
<p id="elb_zq_zs_0001__en-us_topic_0096561584_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0001__en-us_topic_0096561584_i20651131012267">YYYY-MM-DDTHH:MM:SS</em> format.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -93,10 +93,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="14.610000000000001%" headers="mcps1.3.4.2.2.5.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p17742517154717">String</p>
|
<td class="cellrowborder" valign="top" width="14.610000000000001%" headers="mcps1.3.4.2.2.5.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p17742517154717">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="44.2%" headers="mcps1.3.4.2.2.5.1.4 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p14884193271218">Specifies the domain name associated with the server certificate. The default value is <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b7821152541520">null</strong>.</p>
|
<td class="cellrowborder" valign="top" width="44.2%" headers="mcps1.3.4.2.2.5.1.4 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p928654144314">Specifies the domain name associated with the server certificate.</p>
|
||||||
<p id="elb_zq_zs_0002__en-us_topic_0096561582_p860921983716">The value contains a maximum of 100 characters.</p>
|
<p id="elb_zq_zs_0002__en-us_topic_0096561582_p14591643143615">A domain name can contain up to 10,000 characters. You can specify up to 100 domain names and separate them using commas (,).</p>
|
||||||
<p id="elb_zq_zs_0002__en-us_topic_0096561582_p16305043131216">The value can be one of the following:</p>
|
<p id="elb_zq_zs_0002__en-us_topic_0096561582_p16305043131216">The value can be one of the following:</p>
|
||||||
<ul id="elb_zq_zs_0002__en-us_topic_0096561582_ul128048293014"><li id="elb_zq_zs_0002__en-us_topic_0096561582_li96344901217">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit.</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li78461359445">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*).</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li6585204513124">This parameter is valid only when <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b10447183181513">type</strong> is set to <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b7447531121517">server</strong>.</li></ul>
|
<ul id="elb_zq_zs_0002__en-us_topic_0096561582_ul128048293014"><li id="elb_zq_zs_0002__en-us_topic_0096561582_li96344901217">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit. Example: www.test.com</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li6585204513124">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*). Example: *.test.com</li></ul>
|
||||||
|
<div class="note" id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_note3391807017458"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="elb_zq_zs_0002__en-us_topic_0096561582_ul18157124410116"><li id="elb_zq_zs_0002__en-us_topic_0096561582_li615716441312">This parameter is valid only when <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b913958150111959">type</strong> is set to <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b1039023729111959">server</strong>.</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li101572441717">SNI certificates of a dedicated load balancer's listener can have up to 200 domain names.</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li1415794419110">SNI certificates of a shared load balancer's listener can have up to 30 domain names.</li></ul>
|
||||||
|
</div></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_row8156175712464"><td class="cellrowborder" valign="top" width="24.72%" headers="mcps1.3.4.2.2.5.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p15742117194713">private_key</p>
|
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_row8156175712464"><td class="cellrowborder" valign="top" width="24.72%" headers="mcps1.3.4.2.2.5.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p15742117194713">private_key</p>
|
||||||
@ -105,7 +107,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="14.610000000000001%" headers="mcps1.3.4.2.2.5.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p8742417204714">String</p>
|
<td class="cellrowborder" valign="top" width="14.610000000000001%" headers="mcps1.3.4.2.2.5.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p8742417204714">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="44.2%" headers="mcps1.3.4.2.2.5.1.4 ">Specifies the private key of the server certificate. The value must be PEM encoded.<ul id="elb_zq_zs_0002__en-us_topic_0096561582_ul654017516141"><li id="elb_zq_zs_0002__en-us_topic_0096561582_li20790105314145">This parameter will be ignored if <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b1213712357156">type</strong> is set to <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b101381335121514">client</strong>. A CA server can still be created and used normally. This parameter will be left blank even if you enter a private key that is not PEM encoded. </li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li35401751171411">This parameter is valid and mandatory only when <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b16500150131519">type</strong> is set to <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b951205051516">server</strong>. If you enter an invalid private key, an error is returned.</li></ul>
|
<td class="cellrowborder" valign="top" width="44.2%" headers="mcps1.3.4.2.2.5.1.4 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p84731630133619">Specifies the private key of the server certificate. The value must be PEM encoded.</p>
|
||||||
|
<ul id="elb_zq_zs_0002__en-us_topic_0096561582_ul654017516141"><li id="elb_zq_zs_0002__en-us_topic_0096561582_li20790105314145">This parameter will be ignored if <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b1213712357156">type</strong> is set to <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b101381335121514">client</strong>. A CA server can still be created and used normally. This parameter will be left blank even if you enter a private key that is not PEM encoded. </li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li35401751171411">This parameter is valid and mandatory only when <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b16500150131519">type</strong> is set to <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b951205051516">server</strong>. If you enter an invalid private key, an error is returned.</li></ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_row1512881124720"><td class="cellrowborder" valign="top" width="24.72%" headers="mcps1.3.4.2.2.5.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p12742217104716">certificate</p>
|
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_row1512881124720"><td class="cellrowborder" valign="top" width="24.72%" headers="mcps1.3.4.2.2.5.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p12742217104716">certificate</p>
|
||||||
@ -144,24 +147,24 @@
|
|||||||
<div class="section" id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859916_section5952300017164"><h4 class="sectiontitle">Response</h4>
|
<div class="section" id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859916_section5952300017164"><h4 class="sectiontitle">Response</h4>
|
||||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="elb_zq_zs_0002__en-us_topic_0096561582_table11931922662" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Parameter description</caption><thead align="left"><tr id="elb_zq_zs_0002__en-us_topic_0096561582_row696352212613"><th align="left" class="cellrowborder" valign="top" width="21.21%" id="mcps1.3.5.2.2.4.1.1"><p id="elb_zq_zs_0002__en-us_topic_0096561582_p1296313228617">Parameter</p>
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="elb_zq_zs_0002__en-us_topic_0096561582_table11931922662" frame="border" border="1" rules="all"><caption><b>Table 2 </b>Parameter description</caption><thead align="left"><tr id="elb_zq_zs_0002__en-us_topic_0096561582_row696352212613"><th align="left" class="cellrowborder" valign="top" width="21.21%" id="mcps1.3.5.2.2.4.1.1"><p id="elb_zq_zs_0002__en-us_topic_0096561582_p1296313228617">Parameter</p>
|
||||||
</th>
|
</th>
|
||||||
<th align="left" class="cellrowborder" valign="top" width="19.85%" id="mcps1.3.5.2.2.4.1.2"><p id="elb_zq_zs_0002__en-us_topic_0096561582_p196316220614">Type</p>
|
<th align="left" class="cellrowborder" valign="top" width="23.23%" id="mcps1.3.5.2.2.4.1.2"><p id="elb_zq_zs_0002__en-us_topic_0096561582_p196316220614">Type</p>
|
||||||
</th>
|
</th>
|
||||||
<th align="left" class="cellrowborder" valign="top" width="58.940000000000005%" id="mcps1.3.5.2.2.4.1.3"><p id="elb_zq_zs_0002__en-us_topic_0096561582_p1963222766">Description</p>
|
<th align="left" class="cellrowborder" valign="top" width="55.559999999999995%" id="mcps1.3.5.2.2.4.1.3"><p id="elb_zq_zs_0002__en-us_topic_0096561582_p1963222766">Description</p>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody><tr id="elb_zq_zs_0002__en-us_topic_0096561582_row189634221767"><td class="cellrowborder" valign="top" width="21.21%" headers="mcps1.3.5.2.2.4.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p6963122211614">certificates</p>
|
<tbody><tr id="elb_zq_zs_0002__en-us_topic_0096561582_row189634221767"><td class="cellrowborder" valign="top" width="21.21%" headers="mcps1.3.5.2.2.4.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p6963122211614">certificates</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="19.85%" headers="mcps1.3.5.2.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p892419588196">Array</p>
|
<td class="cellrowborder" valign="top" width="23.23%" headers="mcps1.3.5.2.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p892419588196">Array</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="58.940000000000005%" headers="mcps1.3.5.2.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p159638221265">Lists the certificates. For details, see <a href="#elb_zq_zs_0002__en-us_topic_0096561582_table10415837566">Table 3</a>.</p>
|
<td class="cellrowborder" valign="top" width="55.559999999999995%" headers="mcps1.3.5.2.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p159638221265">Lists the certificates. For details, see <a href="#elb_zq_zs_0002__en-us_topic_0096561582_table10415837566">Table 3</a>.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_row63041404465"><td class="cellrowborder" valign="top" width="21.21%" headers="mcps1.3.5.2.2.4.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0032340350_p16393887111317">instance_num</p>
|
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_row63041404465"><td class="cellrowborder" valign="top" width="21.21%" headers="mcps1.3.5.2.2.4.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0032340350_p16393887111317">instance_num</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="19.85%" headers="mcps1.3.5.2.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0032340350_p52836457111317">Integer</p>
|
<td class="cellrowborder" valign="top" width="23.23%" headers="mcps1.3.5.2.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0032340350_p52836457111317">Integer</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="58.940000000000005%" headers="mcps1.3.5.2.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0032340350_p51894644111317">Specifies the number of certificates.</p>
|
<td class="cellrowborder" valign="top" width="55.559999999999995%" headers="mcps1.3.5.2.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0032340350_p51894644111317">Specifies the number of certificates.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -229,8 +232,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.89%" headers="mcps1.3.5.3.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_p28969287173534">String</p>
|
<td class="cellrowborder" valign="top" width="18.89%" headers="mcps1.3.5.3.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_p28969287173534">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_p52667105173534">Specifies the domain name associated with the server certificate.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p14884193271218">Specifies the domain name associated with the server certificate.</p>
|
||||||
<p id="elb_zq_zs_0002__en-us_topic_0096561582_p6316174693913">The value contains a maximum of 100 characters.</p>
|
<p id="elb_zq_zs_0002__en-us_topic_0096561582_p2330427443">A domain name can contain up to 10,000 characters. You can specify up to 100 domain names and separate them using commas (,).</p>
|
||||||
|
<p id="elb_zq_zs_0002__en-us_topic_0096561582_p23301020442">The value can be one of the following:</p>
|
||||||
|
<ul id="elb_zq_zs_0002__en-us_topic_0096561582_ul1333092124419"><li id="elb_zq_zs_0002__en-us_topic_0096561582_li53303254411">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit. Example: www.test.com</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li833152104414">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*). Example: *.test.com</li></ul>
|
||||||
|
<div class="note" id="elb_zq_zs_0002__en-us_topic_0096561582_note163311524446"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="elb_zq_zs_0002__en-us_topic_0096561582_ul73311527443"><li id="elb_zq_zs_0002__en-us_topic_0096561582_li12331923441">This parameter is valid only when <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b638308718111959">type</strong> is set to <strong id="elb_zq_zs_0002__en-us_topic_0096561582_b1423138454111959">server</strong>.</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li1533115264415">SNI certificates of a dedicated load balancer's listener can have up to 200 domain names.</li><li id="elb_zq_zs_0002__en-us_topic_0096561582_li183311223442">SNI certificates of a shared load balancer's listener can have up to 30 domain names.</li></ul>
|
||||||
|
</div></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.11%" headers="mcps1.3.5.3.2.4.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_p2838320173534">private_key</p>
|
<tr id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.11%" headers="mcps1.3.5.3.2.4.1.1 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0085859918_p2838320173534">private_key</p>
|
||||||
@ -251,7 +258,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.89%" headers="mcps1.3.5.3.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p969874112392">String</p>
|
<td class="cellrowborder" valign="top" width="18.89%" headers="mcps1.3.5.3.2.4.1.2 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p969874112392">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p146981141133912">Specifies the time when the certificate expires.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.5.3.2.4.1.3 "><p id="elb_zq_zs_0002__en-us_topic_0096561582_p146981141133912">Specifies the time when the certificate expired.</p>
|
||||||
<p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0002__en-us_topic_0096561582_i7547113720817">YYYY-MM-DD HH:MM:SS</em> format.</p>
|
<p id="elb_zq_zs_0002__en-us_topic_0096561582_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0002__en-us_topic_0096561582_i7547113720817">YYYY-MM-DD HH:MM:SS</em> format.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -92,8 +92,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0085859918_p28969287173534">String</p>
|
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0085859918_p28969287173534">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0085859918_p52667105173534">Specifies the domain name associated with the server certificate.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p3404921174314">Specifies the domain name associated with the server certificate.</p>
|
||||||
<p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p7145757123615">The value contains a maximum of 100 characters.</p>
|
<p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p1940482116438">A domain name can contain up to 10,000 characters. You can specify up to 100 domain names and separate them using commas (,).</p>
|
||||||
|
<p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p15404202113434">The value can be one of the following:</p>
|
||||||
|
<ul id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_ul184042214436"><li id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_li94041321134316">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit. Example: www.test.com</li><li id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_li16404192124315">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*). Example: *.test.com</li></ul>
|
||||||
|
<div class="note" id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_note6404102118432"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_ul040402114430"><li id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_li14404142174313">This parameter is valid only when <strong id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_b7301558141912">type</strong> is set to <strong id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_b17301158191913">server</strong>.</li><li id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_li6404321124320">SNI certificates of a dedicated load balancer's listener can have up to 200 domain names.</li><li id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_li14041721174315">SNI certificates of a shared load balancer's listener can have up to 30 domain names.</li></ul>
|
||||||
|
</div></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.099999999999998%" headers="mcps1.3.4.2.2.4.1.1 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0085859918_p2838320173534">private_key</p>
|
<tr id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.099999999999998%" headers="mcps1.3.4.2.2.4.1.1 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0085859918_p2838320173534">private_key</p>
|
||||||
@ -114,7 +118,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p969874112392">String</p>
|
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p969874112392">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p146981141133912">Specifies the time when the certificate expires.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_p146981141133912">Specifies the time when the certificate expired.</p>
|
||||||
<p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_i20651131012267">YYYY-MM-DDTHH:MM:SS</em> format.</p>
|
<p id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0003__en-us_topic_0096561583_en-us_topic_0096561584_i20651131012267">YYYY-MM-DDTHH:MM:SS</em> format.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -5,23 +5,23 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0085859919_section9730439174959"><h4 class="sectiontitle">URI</h4><p id="elb_zq_zs_0004__en-us_topic_0096561585_p18409343183">PUT /v2.0/lbaas/certificates/{certificate_id}</p>
|
<div class="section" id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0085859919_section9730439174959"><h4 class="sectiontitle">URI</h4><p id="elb_zq_zs_0004__en-us_topic_0096561585_p18409343183">PUT /v2.0/lbaas/certificates/{certificate_id}</p>
|
||||||
|
|
||||||
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="elb_zq_zs_0004__en-us_topic_0096561585_table1664412216716" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="elb_zq_zs_0004__en-us_topic_0096561585_row268472119719"><th align="left" class="cellrowborder" valign="top" width="16.831683168316832%" id="mcps1.3.2.3.2.5.1.1"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p196855212718">Parameter</p>
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="elb_zq_zs_0004__en-us_topic_0096561585_table1664412216716" frame="border" border="1" rules="all"><caption><b>Table 1 </b>Parameter description</caption><thead align="left"><tr id="elb_zq_zs_0004__en-us_topic_0096561585_row268472119719"><th align="left" class="cellrowborder" valign="top" width="21.42785721427857%" id="mcps1.3.2.3.2.5.1.1"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p196855212718">Parameter</p>
|
||||||
</th>
|
</th>
|
||||||
<th align="left" class="cellrowborder" valign="top" width="11.881188118811881%" id="mcps1.3.2.3.2.5.1.2"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p26859217717">Mandatory</p>
|
<th align="left" class="cellrowborder" valign="top" width="21.42785721427857%" id="mcps1.3.2.3.2.5.1.2"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p26859217717">Mandatory</p>
|
||||||
</th>
|
</th>
|
||||||
<th align="left" class="cellrowborder" valign="top" width="14.85148514851485%" id="mcps1.3.2.3.2.5.1.3"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p2068552113716">Type</p>
|
<th align="left" class="cellrowborder" valign="top" width="14.288571142885711%" id="mcps1.3.2.3.2.5.1.3"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p2068552113716">Type</p>
|
||||||
</th>
|
</th>
|
||||||
<th align="left" class="cellrowborder" valign="top" width="56.43564356435643%" id="mcps1.3.2.3.2.5.1.4"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p7713181216">Description</p>
|
<th align="left" class="cellrowborder" valign="top" width="42.85571442855714%" id="mcps1.3.2.3.2.5.1.4"><p id="elb_zq_zs_0004__en-us_topic_0096561585_p7713181216">Description</p>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody><tr id="elb_zq_zs_0004__en-us_topic_0096561585_row10685122111711"><td class="cellrowborder" valign="top" width="16.831683168316832%" headers="mcps1.3.2.3.2.5.1.1 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p14685821871">certificate_id</p>
|
<tbody><tr id="elb_zq_zs_0004__en-us_topic_0096561585_row10685122111711"><td class="cellrowborder" valign="top" width="21.42785721427857%" headers="mcps1.3.2.3.2.5.1.1 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p14685821871">certificate_id</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="11.881188118811881%" headers="mcps1.3.2.3.2.5.1.2 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p5685121778">Yes</p>
|
<td class="cellrowborder" valign="top" width="21.42785721427857%" headers="mcps1.3.2.3.2.5.1.2 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p5685121778">Yes</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="14.85148514851485%" headers="mcps1.3.2.3.2.5.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p368519213715">String</p>
|
<td class="cellrowborder" valign="top" width="14.288571142885711%" headers="mcps1.3.2.3.2.5.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p368519213715">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="56.43564356435643%" headers="mcps1.3.2.3.2.5.1.4 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p1368515211714">Specifies the certificate ID.</p>
|
<td class="cellrowborder" valign="top" width="42.85571442855714%" headers="mcps1.3.2.3.2.5.1.4 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p1368515211714">Specifies the certificate ID.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@ -75,11 +75,11 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.4%" headers="mcps1.3.3.2.2.5.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0085859919_p2180173174959">String</p>
|
<td class="cellrowborder" valign="top" width="18.4%" headers="mcps1.3.3.2.2.5.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0085859919_p2180173174959">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="49.13%" headers="mcps1.3.3.2.2.5.1.4 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p14884193271218">Specifies the domain name associated with the server certificate. The default value is <strong id="elb_zq_zs_0004__en-us_topic_0096561585_b82988585160">null</strong>.</p>
|
<td class="cellrowborder" valign="top" width="49.13%" headers="mcps1.3.3.2.2.5.1.4 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_p14884193271218">Specifies the domain name associated with the server certificate.</p>
|
||||||
<p id="elb_zq_zs_0004__en-us_topic_0096561585_p15972220174018">The value contains a maximum of 100 characters.</p>
|
<p id="elb_zq_zs_0004__en-us_topic_0096561585_p14591643143615">A domain name can contain up to 10,000 characters. You can specify up to 100 domain names and separate them using commas (,).</p>
|
||||||
<p id="elb_zq_zs_0004__en-us_topic_0096561585_p16305043131216">The value can be one of the following:</p>
|
<p id="elb_zq_zs_0004__en-us_topic_0096561585_p16305043131216">The value can be one of the following:</p>
|
||||||
<ul id="elb_zq_zs_0004__en-us_topic_0096561585_ul128048293014"><li id="elb_zq_zs_0004__en-us_topic_0096561585_li96344901217">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit.</li><li id="elb_zq_zs_0004__en-us_topic_0096561585_li6585204513124">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*).</li></ul>
|
<ul id="elb_zq_zs_0004__en-us_topic_0096561585_ul128048293014"><li id="elb_zq_zs_0004__en-us_topic_0096561585_li96344901217">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit. Example: www.test.com</li><li id="elb_zq_zs_0004__en-us_topic_0096561585_li6585204513124">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*). Example: *.test.com</li></ul>
|
||||||
<div class="note" id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0085859918_note3391807017458"><span class="notetitle"> NOTE: </span><div class="notebody"><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0085859918_p4119083617458">This parameter is valid only when <strong id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0101594093_b84235270610335">type</strong> is set to <strong id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0101594093_b84235270610345">server</strong>.</p>
|
<div class="note" id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0085859918_note3391807017458"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="elb_zq_zs_0004__en-us_topic_0096561585_ul18157124410116"><li id="elb_zq_zs_0004__en-us_topic_0096561585_li615716441312">This parameter is valid only when <strong id="elb_zq_zs_0004__en-us_topic_0096561585_b7076831111202">type</strong> is set to <strong id="elb_zq_zs_0004__en-us_topic_0096561585_b156168697011202">server</strong>.</li><li id="elb_zq_zs_0004__en-us_topic_0096561585_li101572441717">SNI certificates of a dedicated load balancer's listener can have up to 200 domain names.</li><li id="elb_zq_zs_0004__en-us_topic_0096561585_li1415794419110">SNI certificates of a shared load balancer's listener can have up to 30 domain names.</li></ul>
|
||||||
</div></div>
|
</div></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -169,8 +169,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0085859918_p28969287173534">String</p>
|
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0085859918_p28969287173534">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0085859918_p52667105173534">Specifies the domain name associated with the server certificate.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p3404921174314">Specifies the domain name associated with the server certificate.</p>
|
||||||
<p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p7145757123615">The value contains a maximum of 100 characters.</p>
|
<p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p1940482116438">A domain name can contain up to 10,000 characters. You can specify up to 100 domain names and separate them using commas (,).</p>
|
||||||
|
<p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p15404202113434">The value can be one of the following:</p>
|
||||||
|
<ul id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_ul184042214436"><li id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_li94041321134316">A common domain name contains 0 to 100 characters and consists of several labels separated by dots (.). Each label can contain a maximum of 63 characters, including letters, digits, and hyphens (-), and must start and end with a letter or digit. Example: www.test.com</li><li id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_li16404192124315">In addition to the requirements for common domain names, a wildcard domain name can start with an asterisk (*). Example: *.test.com</li></ul>
|
||||||
|
<div class="note" id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_note6404102118432"><span class="notetitle"> NOTE: </span><div class="notebody"><ul id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_ul040402114430"><li id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_li14404142174313">This parameter is valid only when <strong id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_b7301558141912">type</strong> is set to <strong id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_b17301158191913">server</strong>.</li><li id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_li6404321124320">SNI certificates of a dedicated load balancer's listener can have up to 200 domain names.</li><li id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_li14041721174315">SNI certificates of a shared load balancer's listener can have up to 30 domain names.</li></ul>
|
||||||
|
</div></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.099999999999998%" headers="mcps1.3.4.2.2.4.1.1 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0085859918_p2838320173534">private_key</p>
|
<tr id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0085859918_row32267386173534"><td class="cellrowborder" valign="top" width="21.099999999999998%" headers="mcps1.3.4.2.2.4.1.1 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0085859918_p2838320173534">private_key</p>
|
||||||
@ -191,7 +195,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p969874112392">String</p>
|
<td class="cellrowborder" valign="top" width="18.9%" headers="mcps1.3.4.2.2.4.1.2 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p969874112392">String</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p146981141133912">Specifies the time when the certificate expires.</p>
|
<td class="cellrowborder" valign="top" width="60%" headers="mcps1.3.4.2.2.4.1.3 "><p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_p146981141133912">Specifies the time when the certificate expired.</p>
|
||||||
<p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_i20651131012267">YYYY-MM-DDTHH:MM:SS</em> format.</p>
|
<p id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_en-us_topic_0141008271_p52901417154816">The UTC time is in <em id="elb_zq_zs_0004__en-us_topic_0096561585_en-us_topic_0096561584_i20651131012267">YYYY-MM-DDTHH:MM:SS</em> format.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user