Mencabut sertifikat - AWS Private Certificate Authority

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

Mencabut sertifikat

CloudTrail Contoh berikut menunjukkan hasil panggilan ke RevokeCertificateoperasi.

{ "eventVersion":"1.05", "userIdentity":{ "type":"IAMUser", "principalId":"account", "arn":"arn:aws:iam::account:user/name", "accessKeyId": "key_ID" }, "eventTime": "2018-01-26T22:35:03Z", "eventSource": "acm-pca.amazonaws.com", "eventName": "RevokeCertificate", "awsRegion": "region", "sourceIPAddress": "IP_address", "userAgent": "agent", "requestParameters": { "certificateAuthorityArn": "arn:aws:acm-pca:us-east-1:111122223333:certificate-authority/11223344-1234-1122-2233-112233445566", "certificateSerial": "67:07:44:76:83:a9:b7:f4:05:56:27:ff:d5:5c:eb:cc", "revocationReason": "KEY_COMPROMISE" }, "responseElements": null, "requestID": "request_ID", "eventID": "event_ID", "eventType": "AwsApiCall", "recipientAccountId": "account" }