Thomas Ottenhus

Results 69 comments of Thomas Ottenhus

Hi, can you elaborate the use case behind that? ACME is already an automatable process to renew certificates and I think auto-enroll somewhat does the same?

I followed the `Fido2ResponseBase.Status` and currently there's only one line of **demo** code, where the Property takes another value than "Ok" - I think the property is most misleading as...

That looks way less confusing :)

The implementation of validating the challenge is timer based. The server will essentially check every minute, if something is to do. You can reduce the polling intervals via config file...

I'm using this to track "real-time issuance". Plan would be to implement a channel (producer / consumer pattern implementation in .NET), that automatically adds orders to validate and issuance respectively....

Essentially the installation instructions are not written, yet. I do not have the time to push this currently, nevertheless, I've been working with @kamelbenmoussa to get it up and write...

You can set the _default_ AppPool values of your server, if you like, but I don't know, if existing AppPools will inherit that. Nevertheless your AppPool, that runs the ACME...

That might indicate something is missing during installation Check 1) Open the configuration editor (most times lower left icon) in IIS Managment Console, while having the application selected - this...

> Install the [LTS Version of .NET](https://dotnet.microsoft.com/en-us/download). You'll need the hosting bundle from the .NET Runtime section. I'm not 100% sure, if the SDK installs the hosting bundle in the...

Hi there, this server is RFC 8555 compliant. Device certificates are not part of that RFC. I will at some point in the future implement the ACME extensions as defined...