PKI Messages
- Last Updated: September 10, 2026
- 2 minute read
- MarkLogic Server
- Version 12.0
- Documentation
PKI-BADCERTIFICATE
Message Text
Bad certificate. Certificate position in the list of certificates: variable1
Cause
Certificate being imported is bad.
PKI-BADCERTREQVER
Message Text
Bad X509 certificate request version: variable1
Cause
A incorrect version number was specified in the certificate request.
Response
A certificate request should always have a version of 0
PKI-BADCNTRY
Message Text
bad country code: variable1
Cause
The wrong country code was specified for the certificate request template.
Response
Check to be sure the country code exists and is two characters, such as US, UK, DE, FR, ES, etc.
PKI-BADKEYTYPE
Message Text
bad key type: 'variable1'
PKI-BADPRIVATEKEY
Message Text
Inputted private key has an invalid format.
Cause
Private key was generated incorrectly.
Response
Regenerate the private key properly and retry.
PKI-CERTISCA
Message Text
Expecting a certificate instead of a certificate authority.
PKI-DUPNAME
Message Text
duplicate certificate template name: 'variable1'
PKI-INVALID
Message Text
invalid template id: variable1
Cause
Template id was invalid.
Response
Check template id for spelling and that the template was created and try again.
PKI-NONAME
Message Text
no name
Cause
Seen when the certificate template name is missing while creating a new (pki) public infrastructure state in the security database.
Response
Add a certificate template name when creating a new (pki) public infrastructure state in the security database.
PKI-NOORGNAME
Message Text
no organization name
PKI-NOREQ
Message Text
no requests found: variable1
PKI-PRIVATEKEYMISSINGPASSPHRASE
Message Text
Private key is in an invalid format and cannot be properly validated.
Cause
Private key is either in an invalid format or the passphrase was not supplied.
Response
Either regenerate the private key or supply the passphrase for the private key and retry the operation.
PKI-PRIVATEKEYWRITEFAIL
Message Text
BIO_write operation failed with the following error:: variable1
Cause
An error occurred during BIO_write for a PKI operation.
Response
Check OpenSSL error code and retry the operation.
PKI-TMPLINUSE
Message Text
template in use: variable1
PKI-TOOMANYREQ
Message Text
too many requests found: variable1 for variable2