aws-sdk-acmpca 1.88.0 → 1.89.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-acmpca/client.rb +1 -1
- data/lib/aws-sdk-acmpca/types.rb +22 -26
- data/lib/aws-sdk-acmpca.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f368003be33ec2bb21e1c16460b5dd6689e9a0c791125948cb134d1ac5097b0f
|
4
|
+
data.tar.gz: 9d8e2524582f1262fee591b8c5c283090f6eb1a915cff35d7bbfbc421ebcf13d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09d6833875421410d4ef1d88677798fc6af3d33716cbc51c19047402b666bc1ac6d21e1803f9065c5f608b25822865768f29fc97e9952ec5cdb27ed39e777ae0'
|
7
|
+
data.tar.gz: 57d3840b2810673c752cb35745b79fbd1a30339d85e181fc6e3fae0a725f7fb66ccf690a8dba48dda58334e9c293c2c70c43144e34b0afc6b6b702d668959bcf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.89.0
|
data/lib/aws-sdk-acmpca/types.rb
CHANGED
@@ -805,41 +805,37 @@ module Aws::ACMPCA
|
|
805
805
|
# @return [Types::CrlDistributionPointExtensionConfiguration]
|
806
806
|
#
|
807
807
|
# @!attribute [rw] crl_type
|
808
|
-
#
|
809
|
-
# determines the maximum number of certificates that the
|
810
|
-
# authority can issue and revoke
|
811
|
-
# Services Private CA
|
808
|
+
# Specifies whether to create a complete or partitioned CRL. This
|
809
|
+
# setting determines the maximum number of certificates that the
|
810
|
+
# certificate authority can issue and revoke. For more information,
|
811
|
+
# see [Amazon Web Services Private CA
|
812
|
+
# quotas](privateca/latest/userguide/pca.html#limits_pca).
|
812
813
|
#
|
813
|
-
# * `
|
814
|
-
#
|
815
|
-
#
|
816
|
-
#
|
817
|
-
#
|
818
|
-
#
|
819
|
-
# CRL partition through the CRL distribution point (CDP) defined in
|
820
|
-
# [RFC 5280][2].
|
814
|
+
# * `COMPLETE` - The default setting. Amazon Web Services Private CA
|
815
|
+
# maintains a single CRL file for all unexpired certificates issued by
|
816
|
+
# a CA that have been revoked for any reason. Each certificate that
|
817
|
+
# Amazon Web Services Private CA issues is bound to a specific CRL
|
818
|
+
# through its CRL distribution point (CDP) extension, defined in [
|
819
|
+
# RFC 5280][1].
|
821
820
|
#
|
822
|
-
#
|
823
|
-
#
|
824
|
-
#
|
825
|
-
# certificate's CDP URI. Amazon Web Services Private CA marks the
|
826
|
-
# IDP extension as critical, which your client must be able to
|
827
|
-
# process.
|
821
|
+
# * `PARTITIONED` - Compared to complete CRLs, partitioned CRLs
|
822
|
+
# dramatically increase the number of certificates your private CA
|
823
|
+
# can issue.
|
828
824
|
#
|
829
|
-
#
|
830
|
-
#
|
831
|
-
#
|
825
|
+
# When using partitioned CRLs, you must validate that the CRL's
|
826
|
+
# associated issuing distribution point (IDP) URI matches the
|
827
|
+
# certificate's CDP URI to ensure the right CRL has been fetched.
|
828
|
+
# Amazon Web Services Private CA marks the IDP extension as
|
829
|
+
# critical, which your client must be able to process.
|
832
830
|
#
|
833
831
|
#
|
834
832
|
#
|
835
|
-
# [1]: https://
|
836
|
-
# [2]: https://datatracker.ietf.org/doc/html/rfc5280
|
833
|
+
# [1]: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.9
|
837
834
|
# @return [String]
|
838
835
|
#
|
839
836
|
# @!attribute [rw] custom_path
|
840
|
-
# Designates a custom
|
841
|
-
# `http://<CustomName
|
842
|
-
# change the custom path up to five times.
|
837
|
+
# Designates a custom file path in S3 for CRL(s). For example,
|
838
|
+
# `http://<CustomName>/ <CustomPath>/<CrlPartition_GUID>.crl`.
|
843
839
|
# @return [String]
|
844
840
|
#
|
845
841
|
# @see http://docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/CrlConfiguration AWS API Documentation
|
data/lib/aws-sdk-acmpca.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-acmpca
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.89.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|