AddTrustStoreRevocations
Adds the specified revocation file to the specified trust store.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- RevocationContents.member.N
- 
               The revocation file to add. Type: Array of RevocationContent objects Required: No 
- TrustStoreArn
- 
               The Amazon Resource Name (ARN) of the trust store. Type: String Required: Yes 
Response Elements
The following element is returned by the service.
- TrustStoreRevocations.member.N
- 
               Information about the revocation file added to the trust store. Type: Array of TrustStoreRevocation objects 
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidRevocationContent
- 
               The provided revocation file is an invalid format, or uses an incorrect algorithm. HTTP Status Code: 400 
- RevocationContentNotFound
- 
               The specified revocation file does not exist. HTTP Status Code: 400 
- TooManyTrustStoreRevocationEntries
- 
               The specified trust store has too many revocation entries. HTTP Status Code: 400 
- TrustStoreNotFound
- 
               The specified trust store does not exist. HTTP Status Code: 400 
Examples
Add a revocation file to a trust store.
This example adds the specified certificate revocation list to the specified trust store.
Sample Request
https://elasticloadbalancing.amazonaws.com/?Action=AddTrustStoreRevocations
&TrustStoreArn=arn:aws:elasticloadbalancing:us-east-1:111122223333:truststore/my-trust-store/3ym756xh7yj
&RevocationContents.member.1.RevocationType=CRL
&RevocationContents.member.1.S3Bucket=amzn-s3-demo-bucket
&RevocationContents.member.1.S3Key=my-crl.pem
&Version=2015-12-01
&AUTHPARAMSSee Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: