Eugene Bekker

Results 143 comments of Eugene Bekker

There is a bit of _plumbing_ code that is distinct between the client and server modes, namely the controller that makes the Weather Service impl available in client mode, but...

Some more details about my setup, I'm using the latest BlazorDB at the time, referenced from NuGet: `0.2.0` I basically followed along the sample from the project's readme with my...

Actually, you can easily get at the type info for [AccountDetails](https://github.com/PKISharp/ACMESharpCore/blob/master/src/ACMESharp/Protocol/AccountDetails.cs) and [OrderDetails](https://github.com/PKISharp/ACMESharpCore/blob/master/src/ACMESharp/Protocol/OrderDetails.cs) in the originating repo. Not sure if it's significant, but these types are themselves simple DTO objects,...

@chanan, you beat me to it! Was still working on providing details. Let me know if you need more details, I can actually commit the code base at this point...

Sounds good -- I actually just committed whatever I had at this point so you can see exactly what I was doing, you can see the commit [here](https://github.com/PKISharp/ACMESharpCore/commit/8d54421b85b5276989697ee3d0d1b38400e8cc4f). Additionally, in...

Yes, I intend to add support for ACMEv2, but I haven't looked into it yet. Until I look at the details of the changes in the protocol formats or semantics,...

ACMEv2 support is [in progress](https://github.com/PKISharp/ACMESharpCore)...

Sorry, yes ACME v2 support is complete over in [this library](https://github.com/PKISharp/ACMESharpCore). I don't currently have any plans to back port it, as the newer library is structured better. Are you...

Hi Simon, what version of Windows and PowerShell are you using? I was able to reproduce your issue on a recent version of Windows Server (2019) and Windows PowerShell (5.1)....

Unfortunately, once an Identifier is marked invalid, that particular instance can't be revived (this is a limitation of LE and the ACME protocol), as you discovered. You need to create...