getCertificateList
    • PDF

    getCertificateList

    • PDF

    Article summary

    Available in Classic and VPC

    Get an SSL certificate you have.

    Request

    The following describes the request format for the endpoint. The request format is as follows:

    MethodURI
    GET/certificates

    Request headers

    For headers common to all Certificate Manager APIs, see Common Certificate Manager headers.

    Request query parameters

    The following describes the parameters.

    FieldTypeRequiredDescription
    certificateNameStringOptionalCertificate name
    certificateNoIntegerOptionalCertificate number
    instanceNoIntegerOptionalInstance number
  • Instance: integrated service using the certificate (Global Edge, CDN+, Load Balancer)
  • Request example

    The following is a sample request.

    curl --location --request GET 'https://certificatemanager.apigw.ntruss.com/api/v1/certificates?certificateNo=65655' \
    --header 'x-ncp-apigw-timestamp: {Timestamp}' \
    --header 'x-ncp-iam-access-key: {Access Key}' \
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
    --header 'accept: application/json'
    

    Response

    The following describes the response format.

    Response body

    The following describes the response body.

    FieldTypeRequiredDescription
    returnCodeString-Response code
    returnMessageString-Response message
    totalRowsInteger-Number of SSL certificates (sslCertificateList)
    sslCertificateListArray-Certificate list

    sslCertificateList

    The following describes sslCertificateList.

    FieldTypeRequiredDescription
    certificateNoInteger-Certificate number
    certificateTypeString-Certificate type
    certificateNameString-Certificate name
    memberNoString-User's NAVER Cloud Platform member ID
    dnInfoString-Certificate distinguished name (DN) information
    domainAddressString-Representative domain address of the certificate
    subDomainAddressString-Sub domain address of the certificate
    regDateDate-Certificate registration date and time
    validStartDateDate-Certification validity start date and time
    validEndDateDate-Certification validity end date and time
    revokeDateDate-Certificate revocation date and time
  • Display only if the certificate is revoked
  • statusCodeString-Certificate status code
    statusNameString-Certificate status
    externalYnString-External certificate status
    domainCodeString-Domain code
    caInfoString-Certificate authority (CA) information
    certSerialNumberString-Certificate serial number
    certPublicKeyInfoString-Public key information
    certSignAlgorithmNameString-Signature algorithm
    usedInstanceNoListString-List of instances using the certificate
    updateDateDate-Latest change date and time

    Response status codes

    For response status codes common to all Certificate Manager APIs, see Common Certificate Manager response status codes.

    Response example

    The following is a sample example.

    {
      "returnCode": "0",
      "returnMessage": "Success",
      "totalRows": 1,
      "sslCertificateList": [
        {
          "certificateNo": 65655,
          "certificateType": "Ncloud_******_01",
          "certificateName": "test0708-03",
          "memberNo": "******",
          "dnInfo": "CN=****.*******.com",
          "domainAddress": "****.******.com",
          "regDate": "2024-07-08 17:07:02",
          "issueDate": "2024-07-08 17:20:23",
          "validStartDate": "2024-07-08 09:00:00",
          "validEndDate": "2025-08-08 20:59:59",
          "statusCode": "-5",
          "statusName": "Revoked",
          "externalYn": "N",
          "domainCode": "PUB",
          "caInfo": "NAVER Secure Certification Authority 3 Test",
          "certSerialNumber": "0134f7bac243*****************b6824c05395",
          "certPublicKeyInfo": "Sun RSA public key, 2048 bits",
          "certSignAlgorithmName": "SHA256withRSA",
          "updateDate": "2024-07-08 17:07:02"
        }
      ]
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.