spacewander commented on issue #3147: URL: https://github.com/apache/apisix/issues/3147#issuecomment-752039772
You can add `fallback_certificate` to `conf/config-default.yaml`, update the https://github.com/apache/apisix/blob/0597c57b27283f51b365ef74f714151696c5b728/apisix/cli/ops.lua#L233 And don't call `ngx.exit` in https://github.com/apache/apisix/blob/86fa46d85b91ae2604a69aec531b87c276a9a453/apisix/init.lua#L183-L190 if it is set. The check code can be like https://github.com/apache/apisix/blob/86fa46d85b91ae2604a69aec531b87c276a9a453/apisix/init.lua#L121 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
