Issue End Cert
    • PDF

    Issue End Cert

    • PDF

    Article Summary

    Summary

    Issue a private certificate.

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

    Request

    Request parameters

    ParameterTypeDescription
    caTagString (Required)CA tag

    Request body

    {
        "keyType": string,
        "period": string,
        "x509Parameters": {
            "commonName": string,
            "altName": string,
            "organization": string,
            "organizationUnit": string,
            "locality": string,
            "stateProvince": string,
            "streetAddress": string,
            "country": string,
            "ip": string
        }
    }
    
    ParameterTypeDescription
    keyTypeString (Required)Key type (RSA2048, RSA4096, EC256, EC521)
    periodString (Required)Validity period (Enter a number between 1 to 3,650. Enter "MAX" to set the maximum allowable expiration date.)
    commonNameStringCommon name
    altNameStringDNS/Email SANs
    organizationStringOrganization
    organizationUnitStringDepartment
    localityStringCity
    stateProvinceStringState/Province
    streetAddressStringDetailed address
    countryStringStandard country code (ISO3166-1, Alpha-2)
    ipStringIP SANs

    Response

    Response body

    {
        "privateKey": string,
        "certificate": string,
        "caChain": string,
        "ocspResponder": string,
        "issuer": string,
        "serialNo": string
        }
    
    ParameterTypeDescription
    privateKeyStringPrivate key of the certificate (PEM)
    certificateStringCertificate (PEM)
    serialNoStringCertification serial number
    caChainStringCA chain (PEM)
    ocspResponderStringoscp server certificate (PEM)
    issuerStringCA certificate issued (PEM)

    Authorization requirements

    issueEndCert


    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.