Home
last modified time | relevance | path

Searched refs:ssl_trusted_certificate (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c47 ngx_str_t ssl_trusted_certificate; member
307 offsetof(ngx_stream_proxy_srv_conf_t, ssl_trusted_certificate),
2077 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_stream_proxy_merge_srv_conf()
2078 prev->ssl_trusted_certificate, ""); in ngx_stream_proxy_merge_srv_conf()
2156 if (pscf->ssl_trusted_certificate.len == 0) { in ngx_stream_proxy_set_ssl()
2163 &pscf->ssl_trusted_certificate, in ngx_stream_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c55 ngx_str_t ssl_trusted_certificate; member
532 offsetof(ngx_http_uwsgi_loc_conf_t, ssl_trusted_certificate),
1786 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_http_uwsgi_merge_loc_conf()
1787 prev->ssl_trusted_certificate, ""); in ngx_http_uwsgi_merge_loc_conf()
2393 if (uwcf->ssl_trusted_certificate.len == 0) { in ngx_http_uwsgi_set_ssl()
2400 &uwcf->ssl_trusted_certificate, in ngx_http_uwsgi_set_ssl()
H A Dngx_http_grpc_module.c35 ngx_str_t ssl_trusted_certificate; member
400 offsetof(ngx_http_grpc_loc_conf_t, ssl_trusted_certificate),
4293 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_http_grpc_merge_loc_conf()
4294 prev->ssl_trusted_certificate, ""); in ngx_http_grpc_merge_loc_conf()
4684 if (glcf->ssl_trusted_certificate.len == 0) { in ngx_http_grpc_set_ssl()
4691 &glcf->ssl_trusted_certificate, in ngx_http_grpc_set_ssl()
H A Dngx_http_proxy_module.c98 ngx_str_t ssl_trusted_certificate; member
698 offsetof(ngx_http_proxy_loc_conf_t, ssl_trusted_certificate),
3245 ngx_conf_merge_str_value(conf->ssl_trusted_certificate, in ngx_http_proxy_merge_loc_conf()
3246 prev->ssl_trusted_certificate, ""); in ngx_http_proxy_merge_loc_conf()
4334 if (plcf->ssl_trusted_certificate.len == 0) { in ngx_http_proxy_set_ssl()
4341 &plcf->ssl_trusted_certificate, in ngx_http_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1387 ssl_client_certificate и ssl_trusted_certificate, использовались для
2337 *) Добавление: директива ssl_trusted_certificate.
H A DCHANGES1357 "ssl_trusted_certificate" directives were inadvertently used to
2285 *) Feature: the "ssl_trusted_certificate" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim607 syn keyword ngxDirective contained ssl_trusted_certificate