cloudhsmv2_initialize_cluster: Claims an AWS CloudHSM cluster by submitting the cluster...

View source: R/cloudhsmv2_operations.R

cloudhsmv2_initialize_clusterR Documentation

Claims an AWS CloudHSM cluster by submitting the cluster certificate issued by your issuing certificate authority (CA) and the CA's root certificate

Description

Claims an AWS CloudHSM cluster by submitting the cluster certificate issued by your issuing certificate authority (CA) and the CA's root certificate. Before you can claim a cluster, you must sign the cluster's certificate signing request (CSR) with your issuing CA. To get the cluster's CSR, use describe_clusters.

See https://www.paws-r-sdk.com/docs/cloudhsmv2_initialize_cluster/ for full documentation.

Usage

cloudhsmv2_initialize_cluster(ClusterId, SignedCert, TrustAnchor)

Arguments

ClusterId

[required] The identifier (ID) of the cluster that you are claiming. To find the cluster ID, use describe_clusters.

SignedCert

[required] The cluster certificate issued (signed) by your issuing certificate authority (CA). The certificate must be in PEM format and can contain a maximum of 5000 characters.

TrustAnchor

[required] The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate. You must use a self-signed certificate. The certificate used to sign the HSM CSR must be directly available, and thus must be the root certificate. The certificate must be in PEM format and can contain a maximum of 5000 characters.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.