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
`domain_whitelist_callback` function is provided with a second argument,
173
+
which indicates whether the certificate is about to be served on incoming HTTP request (false) or new certificate is about to be requested (true). This allows to use cached values on hot path (serving requests) while fetching fresh data from storage for new certificates. One may also implement different logic, e.g. do extra checks before requesting new cert.
172
174
173
175
## tls-alpn-01 challenge
174
176
@@ -300,7 +302,7 @@ All normal https traffic listens on `unix:/tmp/nginx-default.sock`.
0 commit comments