View source: R/acmpca_operations.R
acmpca_import_certificate_authority_certificate | R Documentation |
Imports a signed private CA certificate into Amazon Web Services Private CA. This action is used when you are using a chain of trust whose root is located outside Amazon Web Services Private CA. Before you can call this action, the following preparations must in place:
See https://www.paws-r-sdk.com/docs/acmpca_import_certificate_authority_certificate/ for full documentation.
acmpca_import_certificate_authority_certificate(
CertificateAuthorityArn,
Certificate,
CertificateChain = NULL
)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) that was returned when you called
|
Certificate |
[required] The PEM-encoded certificate for a private CA. This may be a self-signed certificate in the case of a root CA, or it may be signed by another CA that you control. |
CertificateChain |
A PEM-encoded file that contains all of your certificates, other than the certificate you're importing, chaining up to your root CA. Your Amazon Web Services Private CA-hosted or on-premises root certificate is the last in the chain, and each certificate in the chain signs the one preceding. This parameter must be supplied when you import a subordinate CA. When you import a root CA, there is no chain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.