Upload Server Certificate
GET {{aws_identtity_and_access_management_base_url}}/?CertificateBody&CertificateChain&Path&PrivateKey&ServerCertificateName&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
CertificateBody | null | The contents of the public key certificate in PEM-encoded format. | |
CertificateChain | null | The contents of the certificate chain. This is typically a concatenation of the PEM-encoded public key certificates of the chain. | |
Path | null | The path for the server certificate. For more information about paths, see IAM Identifiers in the IAM User Guide. | |
PrivateKey | null | The contents of the private key in PEM-encoded format. | |
ServerCertificateName | null | The name for the server certificate. Do not include the path in this value. The name of the certificate cannot contain any spaces. | |
Version | string | The version of the API. |