Link to home
Start Free TrialLog in
Avatar of dotnetcoderpro
dotnetcoderproFlag for United States of America

asked on

Local IIS Digital Certificate Issue


Hi,

I am trying to renew the expiration date of the Digital Certificate on my local box on IIS, and have tried using this command using SelfSSL :

C:\Program Files\IIS Resources\SelfSSL>selfssl.exe /T /N:CN=buyflowdesktop.timewarnercable.com /V:365 /S:1 /P:443

But I am constant getting the below error message - Failed to acquire the cryptographic context: 0x8009000f. I am not sure how to resolve this error.
Please help me with the renewal of the expiration date of digital certificate on my local IIS.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Rahul Agarwal
Rahul Agarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dotnetcoderpro

ASKER

I got it resolved, after I removed the entries from the MachineKeys Folder from my system from the location : "c:\\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys"

Thanks for guiding me on this, Appreciated.