Feed on
Posts
Comments

Archive for the ‘Windows’ Category

X509 Certificate Installation

Here are the steps of installing an X509 certificate in windows:
Installation Steps for DEVAssumptions:

The Microsoft Windows SDK exists on the machine
The certificate name is SomeName

Go to Start > All Programs > Microsoft Windows SDK > CMD Shell
Execute the following command: makecert -r -pe -n “CN=SomeName” -b 01/01/2000 -e 01/01/2036 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr LocalMachine -sky [...]

Read Full Post »