You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These commands offer feedback upon successful completion:
Complete-ACMEChallenge
Export-ACMECertificate (in the form of a PFX file)
Get-ACMEServiceDirectory
New-ACMEAccountKey
New-ACMEOrder
New-ACMEState
Update-ACMEOrder
You can use the -PassThru switch (most of the commands implement that switch), which will send the results to the output as well.
Get-AcmeAuthorization should already return something (else $auth = Get-AcmeAuth would not work).
Perhaps, it would be an option to leverage PowerShells Information-Stream, but you need to opt-in to get the outputs of that stream.
These commands offer feedback upon successful completion:
These don't:
It would be nice if at least "Complete-ACMEOrder" offered some feedback.
Thank you again for all of your great effort Thomas. The tool is excellent.
The text was updated successfully, but these errors were encountered: