You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, our situation is that we've got 30k+ domains, and we're trying to get things setup for SSL. The problem we're running into is that we're getting so many requests for new domains, that by the time Let's Encrypt checks the challenge url, we've gotten a new request which has replaced the token.
What we'd like to do is setup the ssl_certificate_by_lua_block to use the Let's Encrypt certificate for the domain only if it already exists. Then on a separate port, we'd setup the server that can trigger the Let's Encrypt request. That way we can make the certificate requests one at a time, sequentially.
The text was updated successfully, but these errors were encountered:
Hello, our situation is that we've got 30k+ domains, and we're trying to get things setup for SSL. The problem we're running into is that we're getting so many requests for new domains, that by the time Let's Encrypt checks the challenge url, we've gotten a new request which has replaced the token.
What we'd like to do is setup the
ssl_certificate_by_lua_block
to use the Let's Encrypt certificate for the domain only if it already exists. Then on a separate port, we'd setup the server that can trigger the Let's Encrypt request. That way we can make the certificate requests one at a time, sequentially.The text was updated successfully, but these errors were encountered: