Certificate Manager Overview
    • PDF

    Certificate Manager Overview

    • PDF

    Article Summary

    Overview

    Certificate Manager API is RESTful, and each API request must be IAM-authenticated via API Gateway.

    Common information

    IAM authentication

    Since you use API Gateway to make an API request, you need to request the API Gateway service and get an API key for IAM authentication.

    The subscription type of the Certificate Manager API is Public, so you can use it with the API key you created without a separate subscription process.

    API

    ServiceAPIMethodRequest URI
    Searching CertificategetCertificateListGEThttps://certificatemanager.apigw.ntruss.com/api/v1/certificates
    Add External CertificatecreateExternalCertificatePOSThttps://certificatemanager.apigw.ntruss.com/api/v1/certificate/withExternal
    Delete CertificatedeleteCertificateDELETEhttps://certificatemanager.apigw.ntruss.com/api/v1/certificate/{certificateNo}

    Request header

    The following table shows the request headers for IAM authentication.

    HeaderDescription
    x-ncp-apigw-timestampIt is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC.
    If the time difference with the API Gateway server is more than 5 minutes, the request is considered invalid.
    x-ncp-iam-access-keyAPI key issued by NAVER Cloud Platform or access key issued by IAM
    x-ncp-apigw-signature-v2Signature used to encrypt the body with the “secret key” that maps with the “access key.”
    The HMAC encryption algorithm is HMAC SHA256.

    Reference Call APIs that require IAM authentication

    Common errors

    HTTP Response CodeErrorCodeErrorMessage
    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

    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.