Oh, I didn't realize this plugin existed! For anyone following along, BTW, running Apache Server (binding 127.0.0.1:8000 only) and then this remap directive (at the very top of my remap.config) worked perfectly:
regex_map http://(.*)/.well-known/acme-challenge/ http://127.0.0.1:8000/ --Jered ----- On Dec 5, 2016, at 3:22 PM, Leif Hedstrom <[email protected]> wrote: > This is what the acme plugin does. It doesn't do the JOSE portions thought, > but > that should be added to this plugin. > -- Leif > On Dec 5, 2016, at 1:15 PM, Alan Carroll < [email protected] > > wrote: >> It depends on how much coding you're willing to do. You could write a plugin >> to >> do an intercept on a specific URL and have it serve local file content. That >> doesn't scale but if you've only got a few files, it should work well.
