View source: R/acmpca_operations.R
acmpca_get_certificate | R Documentation |
Retrieves a certificate from your private CA or one that has been shared with you. The ARN of the certificate is returned when you call the issue_certificate
action. You must specify both the ARN of your private CA and the ARN of the issued certificate when calling the GetCertificate action. You can retrieve the certificate if it is in the ISSUED state. You can call the create_certificate_authority_audit_report
action to create a report that contains information about all of the certificates issued and revoked by your private CA.
See https://www.paws-r-sdk.com/docs/acmpca_get_certificate/ for full documentation.
acmpca_get_certificate(CertificateAuthorityArn, CertificateArn)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) that was returned when you called
|
CertificateArn |
[required] The ARN of the issued certificate. The ARN contains the certificate serial number and must be in the following form:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.