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.

84 lines
3.0 KiB

  1. [Version]
  2. Signature= "$Windows NT$"
  3. ; Unknown values and section names are generally ignored.
  4. ; Inconsistent sections are generally ignored.
  5. ;
  6. ; Due to parsing behavior in Windows 2000, four percent signs must be specified
  7. ; in a URL to get one percent sign passed through into the extension.
  8. ; For example, to get http://server/my%20page.html placed in an extension,
  9. ; http://server/my%%%%20page.html must be specified in the INF file.
  10. ; This is not the case in Whistler -- all four percent signs will be passed
  11. ; through to the URL in the extension.
  12. ;
  13. ; In AIA and CDP extension URLs, a percent sign followed by a number will be
  14. ; replaced as follows:
  15. ; SERVERDNSNAME L"%1"
  16. ; SERVERSHORTNAME L"%2"
  17. ; SANITIZEDCANAME L"%3"
  18. ; CERTFILENAMESUFFIX L"%4"
  19. ; DOMAINDN L"%5"
  20. ; CONFIGDN L"%6"
  21. ; SANITIZEDCANAMEHASH L"%7"
  22. ; CRLFILENAMESUFFIX L"%8"
  23. ;
  24. ; The following have been added for Whistler:
  25. ; CRLDELTAFILENAMESUFFIX L"%9"
  26. ; DSCRLATTRIBUTE L"%10"
  27. ; DSCACERTATTRIBUTE L"%11"
  28. ; DSUSERCERTATTRIBUTE L"%12"
  29. ; DSKRACERTATTRIBUTE L"%13"
  30. ; DSCROSSCERTPAIRATTRIBUTE L"%14"
  31. [CRLDistributionPoint]
  32. URL = http://%1/Public/My CA.crl
  33. URL = ftp://%1/Public/MyCA.crl
  34. URL = file://\\%1\Public\My CA.crl
  35. [AuthorityInformationAccess]
  36. URL = http://%1/Public/My CA.crt
  37. URL = ftp://foo.com/Public/MyCA.crt
  38. URL = file://\\%1\Public\My CA.crt
  39. [EnhancedKeyUsage]
  40. OID = 1.3.6.1.4.1.311.21.6 ; szOID_KP_KEY_RECOVERY_AGENT
  41. OID = 1.3.6.1.4.1.311.10.3.9 ; szOID_ROOT_LIST_SIGNER
  42. OID = 1.3.6.1.4.1.311.10.3.1 ; szOID_KP_CTL_USAGE_SIGNING
  43. ; Provides a list of user-defined policy section names
  44. ; Whistler section name is PolicyStatementExtension. Whistler accepts both PolicyStatementExtension and CAPolicy as section names.
  45. [CAPolicy]
  46. Policies=Policy1, Policy2
  47. ; Exactly one OID per policy. Extra OID values are ignored.
  48. ; Zero or more URLs per policy.
  49. ; Zero or one Notice per policy. Extra Notice values are ignored.
  50. ; Unknown values are ignored.
  51. [Policy1]
  52. OID=1.2.3.4.5
  53. URL=http://server/vroot/default.html
  54. URL=http://server2/vroot2/default.html
  55. Notice=text string
  56. [Policy2]
  57. OID=1.2.3.4.6
  58. URL=http://server3/vroot3/default.html
  59. Notice=text string2
  60. [certsrv_server]
  61. ; The following value only applies when the CA key is being renewed as part of
  62. ; CA certificate renewal. Otherwise, it is ignored.
  63. RenewalKeyLength=2048
  64. ; The following two values only apply to root CA certificate renewal.
  65. ; Otherwise, they are ignored.
  66. ; Subordinate CA certificate validity period is control by the issuing CA
  67. ; (parent CA).
  68. ; Note that the following two INF vales should have been reversed.
  69. ; That is, the value name ending with Units should have held the numeric value,
  70. ; and the other value should have held the string value (Years, Months, etc.).
  71. ; Whistler INF file parsing allows them in either order.
  72. ; Windows 2000 required them as follows:
  73. RenewalValidityPeriod=2
  74. ; Must be plural English string: Years, Months, Weeks, Days
  75. RenewalValidityPeriodUnits=Years