Erro On Importing ACMESharp Module

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.

Hi @m_big,

I’m afraid I don’t have any experience with ACMESharp. Have you tried opening an issue with the ACMESharp authors? They’re likely better positioned to help with this error than the community forum.

Thanks,

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.