Sign End Csr
    • PDF

    Sign End Csr

    • PDF

    Article Summary

    Sign End Csr

    Sign a new certificate with the provided CSR.
    The previous issued CA certificate is returned.

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

    Request

    Request parameters

    Parameter nameTypeDescription
    caTagString(Required)CA tag value

    Request body

    {
      "csrPem" : string,
    }
    
    Parameter nameTypeDescription
    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

    signEndCsr


    Was this article helpful?

    What's Next
    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.