-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
[BUG] No keychain is available #102
Comments
OT: Now I need to find a MAC, to reproduce.. Is there more in the error message? You might get one with $error[0] after it happened. Do you have further system information? $PSVersionTable, ModuleVersion, etc? |
more info in the error message :
Module version : latest |
Thee More questions:
I might have an idea, what's the issue ... |
try { at ExportPfxChain, /Users/xxx/.local/share/powershell/Modules/ACME-PS/1.3.1/ACME-PS.psm1: line 113 hope this help |
One last question: |
Nice one, it works with -ExcludeChain |
Unforturnatley this will only be the end-certificate. You'll need openSSL or something else to create the certificate chain. |
Ok, thank you for your time. Please let me know if a fix will be found. Meanwhile i can test my script on azure. |
Describe the bug
Export-ACMECertificate function is getting me the following error on MACOS "No keychain is available. You may need to restart your computer."
The same script works fine in a runbook on azure.
The text was updated successfully, but these errors were encountered: