Thomas Ottenhus
Thomas Ottenhus
Hey there, it's calling "set account" - a function which I have not bothered to implement, yet. I'll fix that - it's not complicated (alas not super useful, since most...
https://github.com/glatzert/ACME-Server-ADCS/releases/tag/V1.10.0 should allow setting account details
The log and the docs sort of contradict each other: The docs say only TLS-ALPN-01 is supported (that's a possible type of challenge, ACME-ADCS currently does not support that type),...
TLS-ALPN-01 (https://www.rfc-editor.org/rfc/rfc8737) seems feasable - I'll look into it during the weekend
If you're "brave" you can get a look into the yet untested TLS-ALPN-01 support - I'll setup a test environment tomorrow and run the code through it myself
TLS-ALPN-01 support now has been successfully run through a test process, that's based on a local test-server.
Thanks for the feedback, I possibly identified the error with tls-alpn-01 - I (for some reason) expected the challenge response to be UrlBase64Encoded, when in fact it's not. 2.0.2-r1 should...
Uh - wait I was too fast ... need another loop.
... that was kind of embarrasing. I shoud've let the test run to end to see a missing ! 😆 Please use -r2
If the server can help solving the problem (within protocol specs), I'm happy to help, so yes- please share the error