체인 인증서 다운로드
    • PDF

    체인 인증서 다운로드

    • PDF

    Article Summary

    개요

    체인 인증서를 다운로드합니다

    요청

    요청 URL

    GET {CLOUD_IOT_CORE_API_URL}/certifications/downloads/cachain
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    요청 바디

    {
       "serialNo" : "string"
    }
    
    항목필수 여부타입제약 사항설명
    serialNoYesstring인증서의 시리얼번호

    응답

    .pem 형식 파일로 다운받을 수 있습니다

    응답 헤더

    Content-Disposition:attachment; filename="{subSerialNo}.cachain.pem"
    Content-Type:application/octet-stream
    
    파라미터타입설명
    subSerialNostring인증서 시리얼 번호에서 ':'를 제외한 첫 6개 앞자리

    응답 바디

    -----BEGIN CERTIFICATE-----
    ...
    -----END CERTIFICATE-----
    ...
    -----BEGIN RSA PRIVATE KEY-----
    ...
    -----END RSA PRIVATE KEY-----
    
    

    이 문서가 도움이 되었습니까?

    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.