luto

Results 66 comments of luto

Which distribution is this running on? Ubuntu?

Since OPM seems to be the direction openresty itself is moving, we should keep this open as a tracking bug. But can't actually implement anything until the C support in...

@Energy1190 @GUI in my opinion the public suffix list is the right and only way to split domains into "suffix" and "prefix" parts. Someone even [implemented a lua module](https://daurnimator.github.io/lua-psl/) for...

DNS validation would be nice to have, even not considering wildcards. A few thoughts: * we need to wait for dehydrated to get ACMEv2 support first: [dehydrated#420](https://github.com/lukas2511/dehydrated/issues/420) * dehydrated [already...

FYI: there is now [a ACMEv2 staging endpoint](https://community.letsencrypt.org/t/staging-endpoint-for-acme-v2/49605) available. :)

FYI: at least the development version of dehydrated now supports ACMEv2 as well as wildcard certificates. In case anyone wants to start working on this, now is your chance ;)

It seems like this is causing even multiple renews on a single day, which is interesting because the default check interval is 24 hours. - certificate json files in `/etc/resty-auto-ssl/storage/file/`...

@aiev `auto_ssl_settings` currently only stores a short string as well as one boolean, so changing it won't make any difference. The certificates are stored in `auto_ssl`. So please try increasing...

> So my question is if it’s possible to manually “migrate” the existing certs into auto-ssl. We’ll be using the redis store. Would that work and prevent the initial provisioning...