Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.1 KiB

  1. PRS SIGNING TOOLS INITIAL SETUP
  2. -------------------------------
  3. 1. Set up directories
  4. The signing batch files rely on the following directory structure:
  5. TOOLS:
  6. \cryptsdk
  7. WORKING DIRECTORY:
  8. \newworking
  9. 2. Copy the command files to the "WORKING DIRECTORY":
  10. copy \\pberkman1\ispu\pkitools\prs\*.bat \newworking\.
  11. 3. Install CryptSYS.EXE
  12. This is the Digital Security Client files. It will prompt you
  13. to re-boot.
  14. 4. Install CrypTool.EXE
  15. This is the Digital Security Tools install. Take the default
  16. directory (c:\cryptsdk).
  17. PRS SIGNING TOOLS USAGE
  18. -----------------------
  19. 1. Using the system with mutliple subdirectories under the "WORKING DIRECTORY" (PRS lab):
  20. a. Copy the directories from \\prslab\unsigned to "WORKING DIRECTORY"
  21. xcopy \\prslab\unsigned\*.* \newworking\*.* /s /v /e /z
  22. b. From the "WORKING DIRECTORY", run the command file to sign multiple
  23. directories.
  24. cd /D \newworking
  25. startsgn.bat (for verbose output, add the '-v' flag)
  26. c. From the "WORKING DIRECTORY", run the command file to check multiple
  27. directories.
  28. cd /D \newworking
  29. startchk.bat (for verbose output, add the '-v' flag)
  30. 2. Using the system to sign a single directory (for test signing):
  31. a. Create a directory on your local machine.
  32. b. Copy the directory from \\prslab\unsigned to your local directory
  33. xcopy \\prslab\unsigned\{my directory}\*.* c:\{my directory}\*.* /s /v /e /z
  34. c. From the local directory, run the command file to sign a single directory
  35. cd /D c:\{my directory}
  36. \\prslab\unsigned\tools\signfiles.bat -T
  37. d. From the local directory, run the command to verify each file
  38. cd /D c:\{my directory}
  39. c:\cryptsdk\bin\chktrust file_name