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.