Skip to content

Commit d3f9d15

Browse files
author
awstools
committed
docs(client-acm-pca): Doc-only update that adds name constraints as an allowed extension for ImportCertificateAuthorityCertificate.
1 parent 23b3124 commit d3f9d15

File tree

4 files changed

+22
-24
lines changed

4 files changed

+22
-24
lines changed

Diff for: clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface CreateCertificateAuthorityCommandOutput extends CreateCertifica
4747
* policies for CRLs in Amazon S3</a>.</p>
4848
* </note>
4949
* <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be protected with encryption.
50-
* For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting Your
50+
* For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#crl-encryption">Encrypting Your
5151
* CRLs</a>.</p>
5252
* @example
5353
* Use a bare-bones client and the command you need to make an API call.

Diff for: clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts

+17-19
Original file line numberDiff line numberDiff line change
@@ -102,64 +102,62 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
102102
* certificate or chain.</p>
103103
* <ul>
104104
* <li>
105-
* <p>Basic constraints (<i>must</i> be marked critical)</p>
105+
* <p>Authority key identifier</p>
106106
* </li>
107107
* <li>
108-
* <p>Subject alternative names</p>
108+
* <p>Basic constraints (<i>must</i> be marked critical)</p>
109109
* </li>
110110
* <li>
111-
* <p>Key usage</p>
111+
* <p>Certificate policies</p>
112112
* </li>
113113
* <li>
114114
* <p>Extended key usage</p>
115115
* </li>
116116
* <li>
117-
* <p>Authority key identifier</p>
117+
* <p>Inhibit anyPolicy</p>
118118
* </li>
119119
* <li>
120-
* <p>Subject key identifier</p>
120+
* <p>Issuer alternative name</p>
121121
* </li>
122122
* <li>
123-
* <p>Issuer alternative name</p>
123+
* <p>Key usage</p>
124124
* </li>
125125
* <li>
126-
* <p>Subject directory attributes</p>
126+
* <p>Name constraints</p>
127127
* </li>
128128
* <li>
129-
* <p>Subject information access</p>
129+
* <p>Policy mappings</p>
130130
* </li>
131131
* <li>
132-
* <p>Certificate policies</p>
132+
* <p>Subject alternative name</p>
133133
* </li>
134134
* <li>
135-
* <p>Policy mappings</p>
135+
* <p>Subject directory attributes</p>
136136
* </li>
137137
* <li>
138-
* <p>Inhibit anyPolicy</p>
138+
* <p>Subject key identifier</p>
139+
* </li>
140+
* <li>
141+
* <p>Subject information access</p>
139142
* </li>
140143
* </ul>
141144
* <p>Amazon Web Services Private CA rejects the following extensions when they are marked critical in an
142145
* imported CA certificate or chain.</p>
143146
* <ul>
144147
* <li>
145-
* <p>Name constraints</p>
146-
* </li>
147-
* <li>
148-
* <p>Policy constraints</p>
148+
* <p>Authority information access</p>
149149
* </li>
150150
* <li>
151151
* <p>CRL distribution points</p>
152152
* </li>
153153
* <li>
154-
* <p>Authority information access</p>
155-
* </li>
156-
* <li>
157154
* <p>Freshest CRL</p>
158155
* </li>
159156
* <li>
160-
* <p>Any other extension</p>
157+
* <p>Policy constraints</p>
161158
* </li>
162159
* </ul>
160+
* <p>Amazon Web Services Private Certificate Authority will also reject any other extension marked as critical not contained on the preceding list of allowed extensions.</p>
163161
* @example
164162
* Use a bare-bones client and the command you need to make an API call.
165163
* ```javascript

Diff for: clients/client-acm-pca/src/models/models_0.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export type S3ObjectAcl = (typeof S3ObjectAcl)[keyof typeof S3ObjectAcl];
531531
* parameter. Your S3
532532
* bucket policy must give write permission to Amazon Web Services Private CA. </p>
533533
* <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be protected with encryption.
534-
* For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting Your
534+
* For more information, see <a href="https://docs.aws.amazon.com/privateca/latest/userguide/crl-planning.html#crl-encryption">Encrypting Your
535535
* CRLs</a>.</p>
536536
* <p>Your private CA uses the value in the <b>ExpirationInDays</b> parameter to calculate the <b>nextUpdate</b> field in the CRL. The CRL is refreshed prior to a
537537
* certificate's expiration date or when a certificate is revoked. When a certificate is

0 commit comments

Comments
 (0)