computing / Client / upload_ssl_certificate

upload_ssl_certificate

computing.Client.upload_ssl_certificate(**kwargs)

指定したSSL証明書をアップロードします。1回のリクエストで、SSL証明書のキー・CA・証明書の1セットをアップロードできます。 鍵長が4096bitを超える場合、アップロードできません。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.upload_ssl_certificate(
    Certificate='string',
    CertificateAuthority='string',
    Key='string'
)
Parameters:
  • Certificate (string) – [REQUIRED]

  • CertificateAuthority (string) –

  • Key (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • Fqdn (string) –

    • FqdnId (string) –

    • KeyFingerprint (string) –

    • RequestId (string) –