Get End Cert
    • PDF

    Get End Cert

    • PDF

    Article Summary

    Summary

    View a private certificate.

    GET https://pca.apigw.ntruss.com/api/v1/ca/{caTag}/cert/{serialNo}
    

    Request

    Request parameters

    ParameterTypeDescription
    caTagString (Required)CA tag
    serialNoString (Required)Private certificate's serial number

    Response

    Response body

    {
        "commonName": string,
        "notAfterDate": long,
        "publicKeyAlgorithm": string,
        "notBeforeDate": long,
        "certPem": string,
        "caChain": string,
        "ocspResponder": string,
        "signatureAlgorithm": string,
        "serialNo": string
    }
    
    ParameterTypeDescription
    commonNameStringCommon name
    notAfterDatelongCertification expiration date (timestamp)
    notBeforeDatelongCertification validity start date (timestamp)
    publicKeyAlgorithmStringEncryption algorithm
    certPemStringCA certificate (PEM)
    caChainStringCertification chain (PEM)
    ocspResponderStringOSCP server certificate (PEM)
    signatureAlgorithmStringSigning algorithm
    serialNoStringCertification serial number

    Authorization requirements

    getCertDetail


    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.