The following error message is displayed in the creator dialog:
This error message indicates that the certificate could not be exported as part of the DJP creation process. The following log entries will accompany the above error message:
warn: appmgr/create_djis.cpp:421:m5::djis::lvm_createnupload_dji ERROR in try 0 : Cannot validate the certificate
warn: appmgr/create_djis.cpp:421:m5::djis::lvm_createnupload_dji ERROR in try 1 : Cannot validate the certificate
warn: engine_ui/djpacketscreating.cpp:101:DJPacketsCreating::dj_thread DJI ERROR: Script to export pfx file returned an error
Resolution:
Moka5 does not support version 3 certificate templates using the CNG provider. Only certificates using the CryptoAPI are supported.
The provider can be verified by running the following on a domain joined machine with a computer certificate:
“certutil -v –store my”
Look for the Provider attribute, CryptoAPI is supported CNG is not supported at this time.