Hello
I’m new on getting certificate.
I try to get certiicate for a free hosting that provide uploading certificate on cPanel.
Use this ACMESharp-Quick-Start and use ACMESharp on windows 7.
I can’t install ACMESharp from Windows PowerShell Command Line instead install it manually accounding to previously wiki page, by downloading ACME-posh.zip file.
Now after copy ACME-posh.zip files on C:\Windows\System32\WindowsPowerShell\v1.0\Modules
and try to load module using command Import-Module ACMESharp
i get this error:
Import-Module : The 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ACMESharp\ACMESharp.psd1' module cannot be impo
rted because its manifest contains one or more members that are not valid. The valid manifest members are ('ModuleToPro
cess', 'NestedModules', 'GUID', 'Author', 'CompanyName', 'Copyright', 'ModuleVersion', 'Description', 'PowerShellVersio
n', 'PowerShellHostName', 'PowerShellHostVersion', 'CLRVersion', 'DotNetFrameworkVersion', 'ProcessorArchitecture', 'Re
quiredModules', 'TypesToProcess', 'FormatsToProcess', 'ScriptsToProcess', 'PrivateData', 'RequiredAssemblies', 'ModuleL
ist', 'FileList', 'FunctionsToExport', 'VariablesToExport', 'AliasesToExport', 'CmdletsToExport'). Remove the members t
hat are not valid ('RootModule', 'DefaultCommandPrefix'), then try to import the module again.
At line:1 char:14
+ import-module <<<< ACMESharp
+ CategoryInfo : InvalidData: (C:\Windows\syst...\ACMESharp.psd1:String) [Import-Module], InvalidOperatio
nException
+ FullyQualifiedErrorId : Modules_InvalidManifestMember,Microsoft.PowerShell.Commands.ImportModuleCommand
Sorry for be long.