Download chain certificate
    • PDF

    Download chain certificate

    • PDF

    Article Summary

    Summary

    Downloads a chain certificate.

    Request

    Request 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}
    

    Request body

    {
       "serialNo" : "string"
    }
    
    CategoryRequired statusTypeRestrictionsDescription
    serialNoYesstringCertificate's serial number

    Response

    You may download it as a .pem file.

    Response header

    Content-Disposition:attachment; filename="{subSerialNo}.cachain.pem"
    Content-Type:application/octet-stream
    
    ParameterTypeDescription
    subSerialNostringThis is the first 6 numbers of a certificate's serial number, without the colon, ":"

    Response body

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

    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.