@@ -33,9 +33,9 @@ namespace Model
33
33
* hide the name of your bucket by specifying a value for the <b>CustomCname</b>
34
34
* parameter. Your private CA copies the CNAME or the S3 bucket name to the <b>CRL
35
35
* Distribution Points</b> extension of each certificate it issues. Your S3 bucket
36
- * policy must give write permission to Amazon Web Services Private CA. </p>
37
- * <p>Amazon Web Services Private CA assets that are stored in Amazon S3 can be
38
- * protected with encryption. For more information, see <a
36
+ * policy must give write permission to ACM Private CA. </p> <p>ACM Private CA
37
+ * assets that are stored in Amazon S3 can be protected with encryption. For more
38
+ * information, see <a
39
39
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#crl-encryption">Encrypting
40
40
* Your CRLs</a>.</p> <p>Your private CA uses the value in the
41
41
* <b>ExpirationInDays</b> parameter to calculate the <b>nextUpdate</b> field in
@@ -44,34 +44,34 @@ namespace Model
44
44
* until the certificate expires, and then in one additional CRL after expiration,
45
45
* and it always appears in the audit report.</p> <p>A CRL is typically updated
46
46
* approximately 30 minutes after a certificate is revoked. If for any reason a CRL
47
- * update fails, Amazon Web Services Private CA makes further attempts every 15
48
- * minutes.</p> <p> CRLs contain the following fields:</p> <ul> <li> <p>
49
- * <b>Version</b>: The current version number defined in RFC 5280 is V2. The
50
- * integer value is 0x1. </p> </ li> <li> <p> <b>Signature Algorithm</b>: The name
51
- * of the algorithm used to sign the CRL.</p> </li> <li> <p> <b>Issuer</b>: The
52
- * X.500 distinguished name of your private CA that issued the CRL.</p> </li> <li>
53
- * <p> <b>Last Update</b>: The issue date and time of this CRL.</p> </li> <li> <p>
54
- * <b>Next Update</b>: The day and time by which the next CRL will be issued.</p>
55
- * </li> <li> <p> <b>Revoked Certificates</b>: List of revoked certificates. Each
56
- * list item contains the following information.</p> <ul> <li> <p> <b>Serial
57
- * Number</b>: The serial number, in hexadecimal format, of the revoked
58
- * certificate.</p> </li> <li> <p> < b>Revocation Date</b>: Date and time the
59
- * certificate was revoked.</p> </ li> <li> < p> <b>CRL Entry Extensions</b>:
60
- * Optional extensions for the CRL entry.</p> < ul> <li> <p> <b>X509v3 CRL Reason
61
- * Code</b>: Reason the certificate was revoked.</p> </li> </ul> </li> </ul> </li>
62
- * <li> <p> <b>CRL Extensions</b>: Optional extensions for the CRL.</p> <ul> <li>
63
- * <p> <b>X509v3 Authority Key Identifier</b>: Identifies the public key associated
64
- * with the private key used to sign the certificate.</p> </li> <li> <p> <b>X509v3
65
- * CRL Number:</b>: Decimal sequence number for the CRL.</p> </li> </ul> </li> <li>
66
- * <p> <b>Signature Algorithm</b>: Algorithm used by your private CA to sign the
67
- * CRL.</ p> </li> <li> <p> < b>Signature Value</b>: Signature computed over the
68
- * CRL.</p> </li> </ul> <p> Certificate revocation lists created by Amazon Web
69
- * Services Private CA are DER-encoded. You can use the following OpenSSL command
70
- * to list a CRL.</p> <p> <code>openssl crl -inform DER -text -in <i>crl_path</i>
71
- * -noout</code> </p> <p>For more information, see <a
47
+ * update fails, ACM Private CA makes further attempts every 15 minutes.</p>
48
+ * <p> CRLs contain the following fields:</p> <ul> <li> <p> <b>Version</b>: The
49
+ * current version number defined in RFC 5280 is V2. The integer value is 0x1. </p>
50
+ * </ li> <li> <p> <b>Signature Algorithm</b>: The name of the algorithm used to
51
+ * sign the CRL.</p> </li> <li> <p> <b>Issuer</b>: The X.500 distinguished name of
52
+ * your private CA that issued the CRL.</p> </li> <li> <p> <b>Last Update</b>: The
53
+ * issue date and time of this CRL.</p> </li> <li> <p> <b>Next Update</b>: The day
54
+ * and time by which the next CRL will be issued.</p> </li> <li> <p> <b>Revoked
55
+ * Certificates</b>: List of revoked certificates. Each list item contains the
56
+ * following information.</p> <ul> <li> <p> <b>Serial Number</b>: The serial
57
+ * number, in hexadecimal format, of the revoked certificate.</p> </li> <li> <p>
58
+ * < b>Revocation Date</b>: Date and time the certificate was revoked.</p> </li>
59
+ * < li> <p> <b>CRL Entry Extensions</b>: Optional extensions for the CRL entry.</p>
60
+ * < ul> <li> <p> <b>X509v3 CRL Reason Code</b>: Reason the certificate was
61
+ * revoked.</p> </li> </ul> </li> </ul> </li> <li> <p> <b>CRL Extensions</b>:
62
+ * Optional extensions for the CRL.</p> <ul> <li> <p> <b>X509v3 Authority Key
63
+ * Identifier</b>: Identifies the public key associated with the private key used
64
+ * to sign the certificate.</p> </li> <li> <p> <b>X509v3 CRL Number:</b>: Decimal
65
+ * sequence number for the CRL.</p> </li> </ul> </li> <li> <p> <b>Signature
66
+ * Algorithm</b>: Algorithm used by your private CA to sign the CRL.</p> </li> <li>
67
+ * < p> <b>Signature Value</b>: Signature computed over the CRL.</p> </li> </ul>
68
+ * <p> Certificate revocation lists created by ACM Private CA are DER-encoded. You
69
+ * can use the following OpenSSL command to list a CRL.</p> <p> <code>openssl crl
70
+ * -inform DER -text -in <i>crl_path</i> -noout</code> </p> <p>For more
71
+ * information, see <a
72
72
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/crl-planning.html">Planning
73
- * a certificate revocation list (CRL)</a> in the <i>Amazon Web Services Private
74
- * Certificate Authority User Guide</i> </p><p><h3>See Also:</h3> <a
73
+ * a certificate revocation list (CRL)</a> in the <i>Certificate Manager Private
74
+ * Certificate Authority (PCA) User Guide</i> </p><p><h3>See Also:</h3> <a
75
75
* href="http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CrlConfiguration">AWS
76
76
* API Reference</a></p>
77
77
*/
@@ -215,8 +215,7 @@ namespace Model
215
215
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
216
216
* operation. You must specify a <a
217
217
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
218
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
219
- * bucket.</p>
218
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
220
219
*/
221
220
inline const Aws::String& GetS3BucketName () const { return m_s3BucketName; }
222
221
@@ -228,8 +227,7 @@ namespace Model
228
227
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
229
228
* operation. You must specify a <a
230
229
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
231
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
232
- * bucket.</p>
230
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
233
231
*/
234
232
inline bool S3BucketNameHasBeenSet () const { return m_s3BucketNameHasBeenSet; }
235
233
@@ -241,8 +239,7 @@ namespace Model
241
239
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
242
240
* operation. You must specify a <a
243
241
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
244
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
245
- * bucket.</p>
242
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
246
243
*/
247
244
inline void SetS3BucketName (const Aws::String& value) { m_s3BucketNameHasBeenSet = true ; m_s3BucketName = value; }
248
245
@@ -254,8 +251,7 @@ namespace Model
254
251
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
255
252
* operation. You must specify a <a
256
253
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
257
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
258
- * bucket.</p>
254
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
259
255
*/
260
256
inline void SetS3BucketName (Aws::String&& value) { m_s3BucketNameHasBeenSet = true ; m_s3BucketName = std::move (value); }
261
257
@@ -267,8 +263,7 @@ namespace Model
267
263
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
268
264
* operation. You must specify a <a
269
265
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
270
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
271
- * bucket.</p>
266
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
272
267
*/
273
268
inline void SetS3BucketName (const char * value) { m_s3BucketNameHasBeenSet = true ; m_s3BucketName.assign (value); }
274
269
@@ -280,8 +275,7 @@ namespace Model
280
275
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
281
276
* operation. You must specify a <a
282
277
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
283
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
284
- * bucket.</p>
278
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
285
279
*/
286
280
inline CrlConfiguration& WithS3BucketName (const Aws::String& value) { SetS3BucketName (value); return *this ;}
287
281
@@ -293,8 +287,7 @@ namespace Model
293
287
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
294
288
* operation. You must specify a <a
295
289
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
296
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
297
- * bucket.</p>
290
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
298
291
*/
299
292
inline CrlConfiguration& WithS3BucketName (Aws::String&& value) { SetS3BucketName (std::move (value)); return *this ;}
300
293
@@ -306,8 +299,7 @@ namespace Model
306
299
* href="https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_UpdateCertificateAuthority.html">UpdateCertificateAuthority</a>
307
300
* operation. You must specify a <a
308
301
* href="https://docs.aws.amazon.com/acm-pca/latest/userguide/PcaCreateCa.html#s3-policies">bucket
309
- * policy</a> that allows Amazon Web Services Private CA to write the CRL to your
310
- * bucket.</p>
302
+ * policy</a> that allows ACM Private CA to write the CRL to your bucket.</p>
311
303
*/
312
304
inline CrlConfiguration& WithS3BucketName (const char * value) { SetS3BucketName (value); return *this ;}
313
305
0 commit comments