Issuing a certificate - AWS Private Certificate Authority

Issuing a certificate

The following CloudTrail example shows the results of a call to the IssueCertificate operation.

{ "eventVersion":"1.05", "userIdentity":{ "type":"IAMUser", "principalId":"account", "arn":"arn:aws:iam::account:user/name", "accountId":"account", "accessKeyId":"key_ID" }, "eventTime":"2018-01-26T22:18:43Z", "eventSource":"acm-pca.amazonaws.com", "eventName":"IssueCertificate", "awsRegion":"region", "sourceIPAddress":"xIP_address", "userAgent":"agent", "requestParameters":{ "certificateAuthorityArn":"arn:aws:acm-pca:us-east-1:111122223333:certificate-authority/11223344-1234-1122-2233-112233445566", "csr":{ "hb":[ 45, 45, ...10 ], "offset":0, "isReadOnly":false, "bigEndian":true, "nativeByteOrder":false, "mark":-1, "position":1090, "limit":1090, "capacity":1090, "address":0 }, "signingAlgorithm":"SHA256WITHRSA", "validity":{ "value":365, "type":"DAYS" }, "idempotencyToken":"1234" }, "responseElements":{ "certificateArn":"arn:aws:acm-pca:region:account:certificate-authority/CA_ID/certificate/certificate_ID" }, "requestID":"request_ID", "eventID":"event_ID", "eventType":"AwsApiCall", "recipientAccountId":"account" }