Eugene Bekker

Results 143 comments of Eugene Bekker

Thanks -- I'll check it out and look into incorporating ECDSA support directly into ACMESharp.

Seems like it could be an issue with the exchange script.

@craige1 -- does this manifest as an exception? Can you provide any more details on the exception, like a stacktrace or the exception type (e.g. is it {{CryptographicException}})? It looks...

Just to be perfectly clear -- all of the above PowerShell console sample is taking place *after* you have established a remote session from your Win10 client host to your...

Can you repeat the failing last step (`Install-ACMECertificate`) and after the error is generated, can you dump and capture this: ``` $Error[0].Exception.GetBaseException() | ConvertTo-Json -Depth 5 ```

Good catch! Would you like to submit a PR to fix this?

Were you able to clone and build the project locally?

No, there is no doc, what errors are you getting? Let's start to document the missing pieces here.

OK, a lot of the unit tests are verifying the various providers work, and the ones that are broken above (missing) are related to the AWS provider. So that requires...

@kevops -- can you confirm what @WallyRanson said is correct?