I've been implementing a number of the projects in the "25 Essential Windows Home Server Projects - Vol. 2" book and am having trouble with the project in Chapter 2 to "Convert the Home Server's Security Certificate to a Friendlier Format". The issue I have is (I'm using WHS 2011):
1. I installed Win32 OpenSSL and Visual C++ 2008 Redistributables. I then exported the security certificate to c:\certs\ as specified in the book/project notes.
2. I then open a Command Proompt and type: cd\certs\ and the Command Promt then shows C:\certs>
3. I then type in: openssl pkcs12 -in servercert.pfx -nocerts -out servercert-encrypted.key
4. the Command Prompt then shows: 'openssl' is not recognised as an internal or external command, operable program or batch file
Am I doing something wrong?