computing / Client / download_ssl_certificate

download_ssl_certificate

computing.Client.download_ssl_certificate(**kwargs)

指定したSSL証明書をダウンロードします。1回のリクエストで、SSL証明書のキー・CA・証明書のいずれかを取得できます。

SSL証明書を指定するためには、SSL証明書の発行識別子(FqdnId)が必要です。

またSSL証明書の発行状況により、指定したファイルがダウンロードできない場合があります。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.download_ssl_certificate(
    FileType='1'|'2'|'3',
    FqdnId='string'
)
Parameters:
  • FileType (string) – [REQUIRED]

  • FqdnId (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'FileData': 'string',
    'Fqdn': 'string',
    'FqdnId': 'string',
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • FileData (string) –

    • Fqdn (string) –

    • FqdnId (string) –

    • RequestId (string) –