CreateServerCertificate |
Issues a server certificate by using a system-generated certificate signing request
(CSR) file.
|
CreateServerCertificateWithCsr |
Issues a server certificate by using a custom CSR file. |
CreateClientCertificate |
Issues a client certificate by using a system-generated CSR file. |
CreateClientCertificateWithCsr |
Issues a client certificate by using a custom CSR file. |
CreateCertificateWithExtension |
Issues a client certificate or a server certificate that contains extended information,
such as domain names and IP addresses.
|
ListClientCertificate |
Queries the details about all client certificates and server certificates. The details
include the unique identifier, serial number, user information, content, and status
of each certificate.
|
DescribeCertificatePrivateKey |
Queries the encrypted private key of a client certificate or a server certificate.
|
DescribeClientCertificate |
Queries the details about a client certificate or a server certificate by using the
IDs of the certificates. The details include the unique identifier, serial number,
user information, content, and status of a certificate.
|
DescribeClientCertificateForSerialNumber |
Queries the details about multiple client certificates and server certificates at
a time by using the serial numbers of the certificates.
|
CreateRevokeClientCertificate |
Revokes a client certificate or a server certificate. |
DeleteClientCertificate |
Deletes an client certificate or a server certificate that is revoked. |
ListRevokeCertificate |
Queries the details about all client certificates and server certificates that are
revoked. The details include the unique identifier, serial number, and revocation
date of each certificate.
|
DescribeClientCertificateStatus |
Queries the status information of multiple client certificates and server certificates
at a time by using the unique identifiers of the certificates. The status information
includes whether a certificate is revoked.
|
DescribeClientCertificateStatusForSerialNumber |
Queries the status information of multiple client certificates and server certificates
at a time by using the serial numbers of the certificates. The status information
includes whether a certificate is revoked.
|