Other ACME services?

I’m working on a Perl ACME client library, and I’d like to test some of the newer ACME features that Let’s Encrypt doesn’t currently support.

Is there any public server that implements things like tls-sni-02 challenges?

I’m not aware of any publicly-available ACME servers implementing something other than what boulder currently does.

In terms of code, there’s rocket-skates, which is an ACME server implementation written by one of the ACME authors in order to test how spec changes affect implementation, but it’s not really intended for production usage. Might be good enough if you want to test some of the newer ACME features, though I can’t say that I’ve been keeping track on how closely it tracks the latest draft.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.