Gets an item from the ApiSdk.v2.certificates.item collection
A unique identifier for a certificate.
To list all of the certificates available on your account, send a GET request to /v2/certificates.
OptionalrequestConfiguration: RequestConfiguration<CertificatesRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To upload new SSL certificate which you have previously generated, send a POSTrequest to /v2/certificates.When uploading a user-generated certificate, the private_key,leaf_certificate, and optionally the certificate_chain attributes shouldbe provided. The type must be set to custom.When using Let's Encrypt to create a certificate, the dns_names attributemust be provided, and the type must be set to lets_encrypt.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the certificates available on your account, send a GET request to /v2/certificates.
OptionalrequestConfiguration: RequestConfiguration<CertificatesRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To upload new SSL certificate which you have previously generated, send a POSTrequest to /v2/certificates.When uploading a user-generated certificate, the private_key,leaf_certificate, and optionally the certificate_chain attributes shouldbe provided. The type must be set to custom.When using Let's Encrypt to create a certificate, the dns_names attributemust be provided, and the type must be set to lets_encrypt.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/certificates