-
Notifications
You must be signed in to change notification settings - Fork 185
Change commands from *-Certificate #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
All the commands are already of the form: Get-ACMECertificate etc. The prefix is set in the psd file on line 25. Can you explain a bit more about the issue you are reporting? Maybe you are trying to use Install-Module instead of Import-Module? |
This is what he means: ` Loading personal and system profiles took 883ms. The package(s) come(s) from a package source that is not marked as trusted.
|
Why are you using install-package instead of Import-Module? The instructions on the Quick Start guide use the Import-Module command. This works for me. |
Hmm, this is a bit of dilemma, he's installing the package from the PSGallery to the local machine (he needs to install the package locally before he can import it to make use of it). The problem is that the While technically this is true (ACMESharp does override an existing command), whenever you import this or any other module ( |
Yes while it does still work like you said its a dilemma.. ..It will prompt on every machine with powershell >= 5 which is the main thing... with server 2016 base&nano / windows 10 + by default unless altered at one side or the other. In any case thanks for all the work for making this available to us :) |
Actually, I think misspoke, @bseddon was on the right track -- if you are installing from the PowerShell Gallery, you shouldn't be using
When I run this on a PS5 host, I don't get any warnings, and I confirmed the PKI module is in place and there are no conflicts.
|
yeah just tested that thanks to both of you! |
The suggested use of
|
I came to report the same issue ae jozefizso under current build of Windows 10. I'm also looking for a workaround recommendation. Should I perhaps try
|
I've just come across this issue, is there any advice about what to do? Is it ok to use -AllowClobber? |
Apparently a known problem with PowerShellGet. |
Duplicate of #159. |
See this article for details about this issue. |
PS 5.1 brings in the pki module which includes the following cmdlets:
Obviously this overlap causes issues. I suggest moving to a ACMECertificate noun in the verb-noun cmdlet name or something similar.
The text was updated successfully, but these errors were encountered: