Get CA List
    • PDF

    Get CA List

    • PDF

    Article Summary

    Summary

    View a CA list.

    GET https://pca.apigw.ntruss.com/api/v1/ca
    

    Request

    Request parameters

    ParameterTypeDescription
    pageNolong (Required)No. of page requested

    Response

    Response body

    {
            "totalCnt": long,
            "caInfoList": [{
                 "caInfo": {
                    "signingCount": long,
                    "caType": string,
                    "caId": long,
                    "statusUpdateDate": string,
                    "destroyDate": string,
                    "alias": string,
                    "memo": string,
                    "urlInfo": {
                        "ocsp": [string],
                        "crl": [string],
                        "ca": [string]
                    },
                    "caTag": string,
                    "rgstDate": long,
                    "status": string
                    },
                "caCertInfo": {
                    "commonName": string,
                    "country": string,
                    "issuerName": string,
                    "notAfterDate": long,
                    "publicKeyAlgorithm": string,
                    "notBeforeDate": long,
                    "locality": string,
                    "stateProvince": string,
                    "organizationUnit": string,
                    "certPem": string,
                    "chainPem": string,
                    "signatureAlgorithm": string,
                    "serialNo": string,
                    "caCertId": long,
                    "organization": string
                } 
            }],
            "totalPageNo": long,
            "currentPageNo": long
    }
    
    ParameterTypeDescription
    totalCntlongNo. of CA
    signingCountlongNo. of certificates signed by CA
    caTypeStringCA type (PRIVATE_ROOT, PRIVATE_SUB)
    caIdlongCA identifier
    rgstDatelongRegistration date (timestamp)
    statusUpdateDateStringRecent status change date (timestamp)
    destroyDateStringDeletion date (timestamp)
    aliasStringCA name
    memoStringCA memo
    ocspStringOCSP url
    crlStringCRL URL
    caStringCA URL
    statusStringCA status (ACTIVE, PENDING, DEACTIVATED, DESTROYING)
    commonNameStringCommon name
    countryStringStandard country code (ISO3166-1, Alpha-2)
    issuerNameStringIssued CA name
    notAfterDatelongCertification expiration date (timestamp)
    publicKeyAlgorithmStringEncryption algorithm
    notBeforeDatelongCertification validity start date (timestamp)
    localityStringCity
    stateProvinceStringState/Province
    organizationStringOrganization
    organizationUnitStringDepartment
    certPemStringCA certificate (PEM)
    chainPemStringCertification chain (PEM)
    signatureAlgorithmStringSigning algorithm
    serialNoStringCertification serial number
    caCertIdlongCertification identifier
    totalPageNolongTotal page number
    currentPageNolongCurrent page number

    Authorization requirements

    getCAList


    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.