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.

114 lines
3.6 KiB

  1. [Version]
  2. Signature= "$Windows NT$"
  3. ;[CAPolicy]
  4. [PolicyStatementExtension]
  5. Policies = LegalPolicy, LimitedUsePolicy, ExtraPolicy, OIDPolicy, EmptyPolicy
  6. Critical = 0
  7. [LegalPolicy]
  8. OID = 1.3.6.1.4.1.311.21.43
  9. ; Stay away from the maximum line length of about 512 characters,
  10. ; including the "Notice = "
  11. ; Notice text may be continued as needed:
  12. Notice = "Legal"
  13. _continue_ = " policy"
  14. _continue_ = " statement"
  15. _continue_ = " text."
  16. [LimitedUsePolicy]
  17. OID = 1.3.6.1.4.1.311.21.47
  18. URL = "http://http.site.com/some where/default.asp"
  19. URL = "ftp://ftp.site.com/some where else/default.asp"
  20. Notice = "Limited use policy statement text."
  21. URL = "ldap://ldap.site.com/some where else again/default.asp"
  22. [ExtraPolicy]
  23. OID = 1.3.6.1.4.1.311.21.53
  24. URL = http://extra.site.com/Extra Policy/default.asp
  25. [oidpolicy]
  26. OID = 1.3.6.1.4.1.311.21.55
  27. [emptypolicy]
  28. [ApplicationPolicyStatementExtension]
  29. Policies = CAExchangePolicy
  30. CRITICAL = FALSE
  31. ; Required for CA certs to allow the CA to issue CA Exchange certs.
  32. ; CA Exchange certs are used for private key archival.
  33. [CAExchangePolicy]
  34. OID = 1.3.6.1.4.1.311.21.5 ; szOID_KP_CA_EXCHANGE
  35. ; For CRLDistributionPoint, AuthorityInformationAccess and
  36. ; CrossCertificateDistributionPointsExtension URLs:
  37. ;
  38. ; #define wszFCSAPARM_SERVERDNSNAME L"%1"
  39. ; #define wszFCSAPARM_SERVERSHORTNAME L"%2"
  40. ; #define wszFCSAPARM_SANITIZEDCANAME L"%3"
  41. ; #define wszFCSAPARM_CERTFILENAMESUFFIX L"%4"
  42. ; #define wszFCSAPARM_DOMAINDN L"%5"
  43. ; #define wszFCSAPARM_CONFIGDN L"%6"
  44. ; #define wszFCSAPARM_SANITIZEDCANAMEHASH L"%7"
  45. ; #define wszFCSAPARM_CRLFILENAMESUFFIX L"%8"
  46. ; #define wszFCSAPARM_CRLDELTAFILENAMESUFFIX L"%9"
  47. ; #define wszFCSAPARM_DSCRLATTRIBUTE L"%10"
  48. ; #define wszFCSAPARM_DSCACERTATTRIBUTE L"%11"
  49. ; #define wszFCSAPARM_DSUSERCERTATTRIBUTE L"%12"
  50. ; #define wszFCSAPARM_DSKRACERTATTRIBUTE L"%13"
  51. ; #define wszFCSAPARM_DSCROSSCERTPAIRATTRIBUTE L"%14"
  52. ;
  53. ; Setup APIs replace all %<number>% sequences with various directory paths.
  54. ; %3%8%9 in the first URL below presents two opportunities for string
  55. ; replacement with a directory path. To avoid this, use two percent signs
  56. ; to escape the setup API string replacement.
  57. ;
  58. ; URLs with spaces or commas must be quoted to avoid INF parsing problems
  59. ;
  60. ; default CDP registry URLs:
  61. ;
  62. ; D:\WINDOWS\System32\CertSrv\CertEnroll\%3%8%9.crl
  63. ; ldap:///CN=%7%8,CN=%2,CN=CDP,CN=Public Key Services,CN=Services,%6%10
  64. ; http://%1/CertEnroll/%3%8%9.crl
  65. ; file://\\%1\CertEnroll\%3%8%9.crl
  66. [AuthorityInformationAccess]
  67. URL = http://%1/Public/My CA.crt
  68. URL = ftp://foo.com/Public/MyCA.crt
  69. URL = file://\\%1\Public\My CA.crt
  70. CriticAL = falSe
  71. [CRLDistributionPoint]
  72. URL = http://%1/Public/My CA.crl
  73. URL = ftp://%1/Public/MyCA.crl
  74. URL = file://\\%1\Public\My CA.crl
  75. CriticAL = No
  76. [CrossCertificateDistributionPointsExtension]
  77. SyncDeltaTime = 600 ; in seconds
  78. URL = http://%1/Public/My CCDP.crl
  79. URL = ftp://%1/Public/MyCCDP.crl
  80. URL = file://\\%1\Public\My CCDP.crl
  81. CriticAL = 0
  82. ;[EnhancedKeyUsageExtension]
  83. ;OID = 1.3.6.1.4.1.311.21.6 ; szOID_KP_KEY_RECOVERY_AGENT
  84. ;OID = 1.3.6.1.4.1.311.10.3.9 ; szOID_ROOT_LIST_SIGNER
  85. ;OID = 1.3.6.1.4.1.311.10.3.1 ; szOID_KP_CTL_USAGE_SIGNING
  86. ;CriticAL = false
  87. [basicconstraintsextension]
  88. pathlength = 13
  89. criticaL=True
  90. [certsrv_server]
  91. renewalkeylength=2048
  92. RenewalValidityPeriodUnits=0x18
  93. RenewalValidityPeriod=years
  94. CRLPeriod = days
  95. CRLPeriodUnits = 2
  96. CRLDeltaPeriod = hours
  97. CRLDeltaPeriodUnits = 4