Hi guys,
After searching a while on the internet. I will post my question here.
I'm trying to get a key from a certificate.
So i enter this command in command prompt.
certutil -getkey <serial_number> outputblob
with <serial_number> the serial number of the specific certificate.
Now the anwser I get is :
Recover blobs retrieved :0
CertUtil: -GetKey command FAILED: 0X80094004 (-2146877436)
CertUtil: The requested property value is empty.
What does this mean?
Jelle