View source: R/acmpca_operations.R
acmpca_create_certificate_authority_audit_report | R Documentation |
Creates an audit report that lists every time that your CA private key is used to issue a certificate. The issue_certificate
and revoke_certificate
actions use the private key.
See https://www.paws-r-sdk.com/docs/acmpca_create_certificate_authority_audit_report/ for full documentation.
acmpca_create_certificate_authority_audit_report(
CertificateAuthorityArn,
S3BucketName,
AuditReportResponseFormat
)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
|
S3BucketName |
[required] The name of the S3 bucket that will contain the audit report. |
AuditReportResponseFormat |
[required] The format in which to create the report. This can be either JSON or CSV. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.