Create trust anchor
    • PDF

    Create trust anchor

    • PDF

    Article summary

    Create a trust anchor.

    API

    • POST /trust-anchors

    Request

    Body

    {
      "name": "string",
      "description": "string",
      "enabled": boolean,
      "source": {
        "sourceType": "string",
        "sourceData": {
          "caId": integer
        }
      }
    }
    
    Field nameRequiredTypeRestrictionsDescription
    nameYstringTrust anchor name
    descriptionNstringTrust anchor description
    enabledNbooleanfalse if not enteredTrust activation status
    sourceYobjectInformation of CA to register to the trust anchor
    source.sourceTypeYstringNCP_PCATrust anchor type (NCP_PCA)
    source.sourceDataYobjectIf sourceType is NCP_, it includes caId
    source.sourceData.caIdYintegerID of NAVER Cloud Platform Private CA to register to the trust anchor

    Response

    Body

    {
      "trustAnchorId": "string",
      "trustAnchorNrn": "string",
      "name": "string",
      "description": "string",
      "enabled": boolean,
      "createTime": "string",
      "updateTime": "string",
      "source": {
        "sourceType": "string",
        "sourceData": {
          "caId": integer
        }
      }
    }
    
    FieldTypeDescription
    trustAnchorIdstringTrust anchor ID
    trustAnchorNrnstringNRN of the trust anchor
    namestringTrust anchor name
    descriptionstringTrust anchor description
    enabledbooleanTrust anchor activation status
    createTimestringCreation time
    updateTimestringModification time
    sourceobjectInformation on CA registered as trust anchor
    source.sourceTypestringTrust anchor CA type
    source.sourceDataobjectTrust anchor CA data
    source.sourceData.caIdintegerID of NAVER Cloud Platform Private CA registered to the trust anchor

    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.