Download private key
    • PDF

    Download private key

    • PDF

    Article Summary

    Summary

    Downloads a private key.

    Request

    Request URL

    POST {CLOUD_IOT_CORE_API_URL}/certifications/downloads/privatekey
    
    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}.privatekey.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 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.