Get End Cert
    • PDF

    Get End Cert

    • PDF

    Article Summary

    概要

    プライベート証明書を照会します。

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

    リクエスト

    リクエストパラメータ

    パラメータ名タイプ説明
    caTagString(Required)CAのtag値
    serialNoString(Required)プライベート証明書のシリアル番号

    レスポンス

    レスポンスボディ

    {
        "commonName": string,
        "notAfterDate": long,
        "publicKeyAlgorithm": string,
        "notBeforeDate": long,
        "certPem": string,
        "caChain": string,
        "ocspResponder": string,
        "signatureAlgorithm": string,
        "serialNo": string
    }
    
    パラメータ名タイプ説明
    commonNameString一般名
    notAfterDatelong証明書満了日時(timestampp
    notBeforeDatelong証明書の有効開始日時(timestamp)
    publicKeyAlgorithmString暗号化アルゴリズム
    certPemStringCA証明書(pem形式)
    caChainString証明書チェーン(pem形式)
    ocspResponderStringocspサーバ証明書(pem形式)
    signatureAlgorithmString署名アルゴリズム
    serialNoString証明書のシリアル番号

    必要権限

    getCertDetail


    この記事は役に立ちましたか?

    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.