paws.security.identity (version 0.1.0)

acmpca_get_certificate_authority_csr: Retrieves the certificate signing request (CSR) for your private certificate authority (CA)

Description

Retrieves the certificate signing request (CSR) for your private certificate authority (CA). The CSR is created when you call the CreateCertificateAuthority operation. Take the CSR to your on-premises X.509 infrastructure and sign it by using your root or a subordinate CA. Then import the signed certificate back into ACM PCA by calling the ImportCertificateAuthorityCertificate operation. The CSR is returned as a base64 PEM-encoded string.

Usage

acmpca_get_certificate_authority_csr(CertificateAuthorityArn)

Arguments

CertificateAuthorityArn

[required] The Amazon Resource Name (ARN) that was returned when you called the CreateCertificateAuthority operation. This must be of the form:

arn:aws:acm-pca:<i>region</i>:<i>account</i>:certificate-authority/<i>12345678-1234-1234-1234-123456789012</i>

Request syntax

svc$get_certificate_authority_csr(
  CertificateAuthorityArn = "string"
)