Certificate Manager概要
    • PDF

    Certificate Manager概要

    • PDF

    Article Summary

    概要

    Certificate Manager APIはRESTful形式で提供され、提供されるAPIを呼び出すためにはAPI GatewayのIAM認証を行う必要があります。

    共通設定

    IAM認証

    Certificate ManagerのAPIはAPI Gatewayを通じて提供されるため、API Gatewayを利用する際に必要なIAM認証のために利用申請をしてAPI Keyを作成する必要があります。

    • API Gatewayサービスの利用申請をします。 (API Gateway)

    • API GatewayのAPI Keysメニューに移動してAPI Keyを作成します。 (API Keyを作成する)

    Certificate ManagerのAPIのSubscription Typeは公開-自由購読(Public)なので、別途の購読手続きなしに作成したAPI Keyを用いて利用できます。

    API

    ServiceAPIMethodRequest URI
    証明書の照会getCertificateListGEThttps://certificatemanager.apigw.ntruss.com/api/v1/certificates
    外部証明書の追加createExternalCertificatePOSThttps://certificatemanager.apigw.ntruss.com/api/v1/certificate/withExternal
    証明書の削除deleteCertificateDELETEhttps://certificatemanager.apigw.ntruss.com/api/v1/certificate/{certificateNo}

    リクエストヘッダー

    IAM認証のためのリクエストヘッダーです。

    ヘッダー名説明
    x-ncp-apigw-timestamp1970年1月1日00:00:00協定世界時(UTC)からの経過時間をミリ秒(Millisecond)で表したものです。
    API Gatewayサーバとの時間差が5分以上の場合、有効ではないリクエストと見なす
    x-ncp-iam-access-keyNAVERクラウドプラットフォームから発行されたAPI KeyまたはIAMから発行されたAccessKey
    x-ncp-apigw-signature-v2リクエストパスやヘッダーをAccessKeyとマッピングするSecretKeyで暗号化した署名で
    HMACの暗号化アルゴリズムはHmacSHA256を使用

    IAM認証が必要なAPIを呼び出すを参照してください。

    共通エラー

    HTTPレスポンスコードErrorCodeErrorMessage
    400100Bad Request Exception
    401200Authentication Failed
    401210Permission Denied
    404300Not Found Exception
    429400Quota Exceeded
    429410Throttle Limited
    429420Rate Limited
    413430Request Entity Too Large
    503500Endpoint Error
    504510Endpoint Timeout
    500900Unexpected Error

    この記事は役に立ちましたか?

    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.