Skip to content

Commit 9013582

Browse files
author
AWS
committed
AWS Certificate Manager Private Certificate Authority Update: Private Certificate Authority service now supports P521 and RSA3072 key algorithms.
1 parent 8361611 commit 9013582

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Certificate Manager Private Certificate Authority",
4+
"contributor": "",
5+
"description": "Private Certificate Authority service now supports P521 and RSA3072 key algorithms."
6+
}

services/acmpca/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@
290290
"errors":[
291291
{"shape":"ResourceNotFoundException"},
292292
{"shape":"InvalidArnException"},
293+
{"shape":"RequestFailedException"},
293294
{"shape":"InvalidStateException"}
294295
],
295296
"documentation":"<p>Lists the tags, if any, that are associated with your private CA or one that has been shared with you. Tags are labels that you can use to identify and organize your CAs. Each tag consists of a key and an optional value. Call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_TagCertificateAuthority.html\">TagCertificateAuthority</a> action to add one or more tags to your CA. Call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_UntagCertificateAuthority.html\">UntagCertificateAuthority</a> action to remove tags. </p>"
@@ -1462,9 +1463,11 @@
14621463
"type":"string",
14631464
"enum":[
14641465
"RSA_2048",
1466+
"RSA_3072",
14651467
"RSA_4096",
14661468
"EC_prime256v1",
14671469
"EC_secp384r1",
1470+
"EC_secp521r1",
14681471
"SM2"
14691472
]
14701473
},

0 commit comments

Comments
 (0)