docs
api
SSL Certificate Management(USSL)
GetUnconfirmedComplementInfo

Obtain the renewal information to be confirmed - GetUnconfirmedComplementInfo

Overview

Obtain the renewal information to be confirmed

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is GetUnconfirmedComplementInfo.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
CertificateIDintCertificate ID of the renewal information to be confirmedYes
TypeintRequest type, 1-Renewal, 2-ReissueYes

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
DetailsCSRInfoCSRInfoNo

Data Model

CSRInfo

Field NameTypeDescription InformationRequired
DomainsstringThe domain names bound to the certificate, multiple domain names are separated by commas, the first domain name is the common name.Yes
CSRstringContent of the CSR file pasted by the userYes
CSROnlineintGenerate Certificate OnlineYes
CSREncryptAlgostringCSR Encryption AlgorithmYes
CSRKeyParameterstringKey Pair ParametersYes
CompanyNamestringCompany NameYes
CompanyAddressstringCompany Contact AddressYes
CompanyRegionstringProvince where the company is locatedYes
CompanyCitystringCity where the company is locatedYes
CompanyDivisionstringCompany DepartmentYes
CompanyCountrystringCountry code, default is China CNYes
CompanyPhonestringCompany Contact NumberYes
CompanyPostalCodestringCompany Zip CodeYes
CompanyTypestringCompany TypeYes
CompanyCodeTypestringCompany Code TypeYes
CompanyCodestringCompany CodeYes
AdminNamestringApplicant NameYes
AdminPhonestringApplicant's PhoneYes
AdminTitlestringApplicant's PositionYes
AdminEmailstringApplicant's EmailYes
DVAuthMethodstringVerification type of DV certificate DNS|FILEYes

Example

Request Example

https://api.surfercloud.com/?Action=GetUnconfirmedComplementInfo
&CertificateID=21312312
&Type=1

Response Example

{
  "Action": "GetUnconfirmedComplementInfoResponse",
  "Details": {
    "AdminEmail": "",
    "AdminName": "",
    "AdminPhone": "",
    "AdminTitle": "",
    "CSR": "",
    "CSREncryptAlgo": "",
    "CSRKeyParameter": "",
    "CSROnline": "",
    "CompanyAddress": "",
    "CompanyCity": "",
    "CompanyCode": "",
    "CompanyCodeType": "",
    "CompanyCountry": "",
    "CompanyDivision": "",
    "CompanyName": "",
    "CompanyPhone": "",
    "CompanyPostalCode": "",
    "CompanyRegion": "",
    "CompanyType": "",
    "DVAuthMethod": "",
    "Domains": "usecure_ussl"
  },
  "RetCode": 0
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved