View source: R/acmpca_operations.R
acmpca_get_certificate_authority_csr | R Documentation |
Retrieves the certificate signing request (CSR) for your private certificate authority (CA). The CSR is created when you call the create_certificate_authority
action. Sign the CSR with your Amazon Web Services Private CA-hosted or on-premises root or subordinate CA. Then import the signed certificate back into Amazon Web Services Private CA by calling the import_certificate_authority_certificate
action. The CSR is returned as a base64 PEM-encoded string.
See https://www.paws-r-sdk.com/docs/acmpca_get_certificate_authority_csr/ for full documentation.
acmpca_get_certificate_authority_csr(CertificateAuthorityArn)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) that was returned when you called the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.