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.

107 lines
2.6 KiB

  1. [Version]
  2. Signature = "$Windows NT$"
  3. [Global]
  4. FreshMode = Minimal | Typical | Custom
  5. MaintenanceMode = AddRmove | reinstallFile | reinstallComplete | RemoveAll
  6. UpgradeMode = UpgradeOnly | AddExtraComps
  7. [Components]
  8. certsrv = ON
  9. certsrv_client = ON
  10. certsrv_server = ON
  11. ;certsrv = OFF
  12. ;certsrv_server = OFF
  13. ;certsrv_client = OFF
  14. ;// web client component attributes
  15. [certsrv_client]
  16. ;// machine name to which web client is connected
  17. ;CAMachine = xtan1
  18. ;// ca name on the machine to which web client is connected
  19. ;CAName = ca name
  20. ;// server client component attributes
  21. [certsrv_server]
  22. ;// ca type; one of "EnterpriseRoot", "EnterpriseSubordinate",
  23. ;// "StandaloneRoot", & "StandaloneSubordinate"
  24. CAType = StandaloneRoot
  25. ;// this ca common name
  26. Name="my test name"
  27. ;// this ca organization name
  28. Organization="my test org"
  29. ;// this ca organization unit
  30. OrganizationalUnit="my organizational unit"
  31. ;// this ca locality
  32. Locality="my locality"
  33. ;// this ca state or province
  34. State="my state"
  35. ;// this ca country code
  36. Country=UA
  37. ;// this ca description
  38. Description="my description"
  39. ;// this ca email address
  40. Email="[email protected]"
  41. ;// this ca validity period
  42. ValidityPeriod=3
  43. ;// this ca validity period unit
  44. ;// one of "years" "months" "weeks" "days"
  45. ValidityPeriodUnits=Months
  46. ;// shared folder, optional if empty or omit
  47. Sharedfolder="d:\caconfig"
  48. ;// if not defined, default would be saved to dir same as CA cert file
  49. ;// except the file extension is req
  50. ;RequestFile="d:\caconfig\subca.req"
  51. ;// if defined, subordinate CA setup becomes online
  52. ;ParentCAMachine=xtan1
  53. ;// if not defined, will use ParentCAMachine to ping and get parent CA name
  54. ;ParentCAName="My Parent CA"
  55. ;// csp name
  56. ;CSPProvider="Microsoft Base DSS Cryptographic Provider"
  57. ;// hash algorithm, MD5, SHA1, MD4, or hash id
  58. ;HashAlgorithm=md5
  59. ;// key length
  60. ;KeyLength=1024
  61. ;// use existing key if not empty
  62. ;ExistingKey="my test name"
  63. ;// use existing cert, depends on ExistingKey, YES or NO
  64. ;UseExistingCert=YES
  65. ;// use existing database, depends on both ExistingKey & UseExistingCert
  66. ;// either YES or NO
  67. ;PreserveDB=NO
  68. ;// Specify storage location for the certificate database.
  69. ;// Default: "%windir%\system32\certlog"
  70. ;DBDir="d:\dbdir"
  71. ;// Specify storage location for the certificate database log.
  72. ;// Default: "%windir%\system32\certlog"
  73. ;LogDir="d:\logdir"
  74. ;// Allow certsvc service to interact with the desktop. Useful when selecting
  75. ;// a CSP that needs interaction with the desktop, such as a smart card CSP
  76. ;// Value: YES | NO
  77. ;// Default: NO
  78. ;Interactive=YES