プライベートキーのダウンロード
    • PDF

    プライベートキーのダウンロード

    • PDF

    Article Summary

    概要

    プライベートキーをダウンロードします。

    リクエスト

    リクエスト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}
    

    リクエストボディー

    {
       "serialNo" : "string"
    }
    
    項目必須の有無タイプ制約事項説明
    serialNoYesstring証明書のシリアル番号

    レスポンス

    .pem形式ファイルでダウンロードできます。

    レスポンスヘッダー

    Content-Disposition:attachment; filename="{subSerialNo}.privatekey.pem"
    Content-Type:application/octet-stream
    
    パラメータータイプ説明
    subSerialNostring証明書のシリアル番号で':'を除く前の6桁

    レスポンスボディ

    -----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.