Uploads an X.509 signing certificate and associates it with the specified IAM user. Some Amazon Web Services services require you to use certificates to validate requests that are signed with a corresponding private key. When you upload the certificate, its default status is Active
.
See https://www.paws-r-sdk.com/docs/iam_upload_signing_certificate/ for full documentation.
iam_upload_signing_certificate(UserName = NULL, CertificateBody)
The name of the user the signing certificate is for.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
[required] The contents of the signing certificate.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character
(U+0020
) through the end of the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement
character set (through U+00FF
)
The special characters tab (U+0009
), line feed (U+000A
), and
carriage return (U+000D
)