xCertificate.psd1 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. #
  2. # Module manifest for module 'xCertificate'
  3. #
  4. # Generated by: PowerShell DSC
  5. #
  6. # Generated on: 4/8/2015
  7. #
  8. @{
  9. # Script module or binary module file associated with this manifest.
  10. # RootModule = ''
  11. # Version number of this module.
  12. ModuleVersion = '2.3.0.0'
  13. # ID used to uniquely identify this module
  14. GUID = '1b8d785e-79ae-4d95-ae58-b2460aec1031'
  15. # Author of this module
  16. Author = 'Microsoft Corporation'
  17. # Company or vendor of this module
  18. CompanyName = 'Microsoft Corporation'
  19. # Copyright statement for this module
  20. Copyright = '(c) 2015 Microsoft Corporation. All rights reserved.'
  21. # Description of the functionality provided by this module
  22. Description = 'This module includes DSC resources that simplify administration of certificates on a Windows Server'
  23. # Minimum version of the Windows PowerShell engine required by this module
  24. PowerShellVersion = '4.0'
  25. # Name of the Windows PowerShell host required by this module
  26. # PowerShellHostName = ''
  27. # Minimum version of the Windows PowerShell host required by this module
  28. # PowerShellHostVersion = ''
  29. # Minimum version of Microsoft .NET Framework required by this module
  30. # DotNetFrameworkVersion = ''
  31. # Minimum version of the common language runtime (CLR) required by this module
  32. # CLRVersion = ''
  33. # Processor architecture (None, X86, Amd64) required by this module
  34. # ProcessorArchitecture = ''
  35. # Modules that must be imported into the global environment prior to importing this module
  36. # RequiredModules = @()
  37. # Assemblies that must be loaded prior to importing this module
  38. # RequiredAssemblies = @()
  39. # Script files (.ps1) that are run in the caller's environment prior to importing this module.
  40. # ScriptsToProcess = @()
  41. # Type files (.ps1xml) to be loaded when importing this module
  42. # TypesToProcess = @()
  43. # Format files (.ps1xml) to be loaded when importing this module
  44. # FormatsToProcess = @()
  45. # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
  46. # NestedModules = @()
  47. # Functions to export from this module
  48. FunctionsToExport = '*'
  49. # Cmdlets to export from this module
  50. CmdletsToExport = '*'
  51. # Variables to export from this module
  52. VariablesToExport = '*'
  53. # Aliases to export from this module
  54. AliasesToExport = '*'
  55. # DSC resources to export from this module
  56. # DscResourcesToExport = @()
  57. # List of all modules packaged with this module
  58. # ModuleList = @()
  59. # List of all files packaged with this module
  60. # FileList = @()
  61. # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
  62. PrivateData = @{
  63. PSData = @{
  64. # Tags applied to this module. These help with module discovery in online galleries.
  65. Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource')
  66. # A URL to the license for this module.
  67. LicenseUri = 'https://github.com/PowerShell/xCertificate/blob/master/LICENSE'
  68. # A URL to the main website for this project.
  69. ProjectUri = 'https://github.com/PowerShell/xCertificate'
  70. # A URL to an icon representing this module.
  71. # IconUri = ''
  72. # ReleaseNotes of this module
  73. ReleaseNotes = '- xCertReq:
  74. - Added additional parameters KeyLength, Exportable, ProviderName, OID, KeyUsage, CertificateTemplate, SubjectAltName
  75. - Fixed most markdown errors in Readme.md.
  76. - Corrected Parameter decoration format to be consistent with guidelines.
  77. '
  78. } # End of PSData hashtable
  79. } # End of PrivateData hashtable
  80. # HelpInfo URI of this module
  81. # HelpInfoURI = ''
  82. # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
  83. # DefaultCommandPrefix = ''
  84. }