This error is likely caused by a mismatch in the certificate key length. If you have recently changed the certificate signatures from 2k (2048-bit) to 4k (4096-bit), the issue may occur under the following conditions:
Using TPM (Trusted Platform Module):
TPM only supports 2k (2048-bit) certificates. If you switch to 4k certificates, TPM-based systems will fail to generate the new client certificate.
Not Using TPM:
If you are not using TPM and the SCEP server is configured to use 4k certificates, the SCEP client should also be configured to use 4k certificates (default key length is 2048-bit). A mismatch between the server and client configurations can result in this error.
If Using TPM:
If Not Using TPM:
Note: By default, the SCEP client uses 2048-bit keys, so manual configuration is required to match 4k if that's the server setting.
When using 2k (2048-bit) signatures and attempting to obtain a new certificate through the SCEP agent, you may encounter the following error message:
This issue arises when a new client certificate is expected but not created.