Sign Sub Csr
    • PDF

    Sign Sub Csr

    • PDF

    Article Summary

    Sign Sub Csr

    Issue a certificate to perform the role of an intermediate CA using the CA certificate.

    POST https://pca.apigw.ntruss.com/api/v1/ca/{caTag}/sub/sign
    

    Request

    Request parameters

    Parameter nameTypeDescription
    caTagString(Required)CA tag value

    Request body

    {
      "period" : string,
      "csrPem" : string,
    }
    
    Parameter nameTypeDescription
    periodString(Required)Validity period (days, 1 - 3650)
    csrPemString(Required)CSR (.pem format)

    When creating a CSR, a new line with \n should be added before -----END CERTIFICATE REQUEST----- and after -----BEGIN CERTIFICATE REQUEST-----.

    Response

    Response body

    {
        "certificate" : string,
        "caChain" : string,
        "ocspResponder" : string,
        "issuer" : stirng,
        "serialNo" : string
    }
    
    Parameter nameTypeDescription
    certificateStringCA certificate (.pem format)
    caChainStringCertificate chain (.pem format)
    ocspResponderlongocsp url
    issuerlongIssue CA
    serialNoStringCertificate serial number

    Authorization requirements

    signSubCsr


    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.