When I execute the command at power shell Save-Module -Name ACMESharp -Path <path>
It prompts the error as below:
The 'Save-Module' command was found in the module 'PowerShellGet', but the module could not be loaded.
Then I try to execute Import-Module PowerShellGet
turn out that it was the execution policy problems that the status is "restricted" the script.