Inserting Certificate (with privatekey) in Root, LocalMachine certificate store fails in .NET 4

后端 未结 6 514
清酒与你
清酒与你 2020-11-30 08:12

I\'m having problems inserting a new CA certificate with privatekey in the Root certificate store of the localmachine.

This is what happens:

//This          


        
6条回答
  •  無奈伤痛
    2020-11-30 08:34

    I have encountered this problem and it seems that even the user with which you are running the FindPrivateKey tool does not have access to the key and therefore you would get the "Unable to obtain private key file name" message. You could run the tool as LocalSystem process.

    More information here:

    http://www.itsolutionbraindumps.com/2011/02/finding-private-key-for-your.html

    Dinko

提交回复
热议问题