Viewing profile — nickblah
nickblah
HN member- Joined
- Mon, Jun 02, 2014, 4:14 PM UTC
- HN karma
- 25
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About nickblah
No profile information was provided.
Recent public activity
-
comment
Comment #33424176
National Renewable Energy Lab | Full-stack, back-end, or front-end | Golden, CO or Remote | Full-Time | https://www.nrel.gov Hi! My team at the National Renewable Energy Laboratory…
-
comment
Comment #12132354
Yes, by default the module requires that you explicitly whitelist the domains you want to allow certificate registration for. So while you could allow any domain to be registered, …
-
comment
Comment #12130525
I haven't actually looked into DVSNI in too much detail before, so that could definitely be the case. I'll have to investigate a bit more (or any pull requests are always welcome).…
-
comment
Comment #12130407
Author here. I hadn't really considered it, but it should be possible. Since we're handling this with nginx and Lua, it made it pretty trivial to handle the simple HTTP challenge (…
-
comment
Comment #12130335
Yes, as long as you're using a shared storage adapter (like Redis), then for the most part, duplicate registration or renewal requests should be handled. The approach to locking we…
-
comment
Comment #12129559
I've updated the requirements in the README. Thanks for pointing that out!
-
comment
Comment #12129324
Author here. Our current approach is perhaps a bit different, since we're not actually parsing the nginx config file, so we don't have knowledge of the domains at startup. Instead,…
-
comment
Comment #12129260
Author here.. If I'm understanding you correctly, I believe that's how things are already working. The very first time a client hits a new domain, the SSL handshake initiates the c…
-
comment
Comment #11249905
If you can use OpenResty (nginx+Lua), then that's exactly the approach I've taken for a plugin I've been developing recently (SNI, on-demand, and caching): https://github.com/GUI/l…
-
comment
Comment #11151800
If you're open to using OpenResty (basically nginx with some additional plugins and Lua integration), I've coincidentally been working on a plugin to make all of this completely au…