Searched refs:ssl_certificate_key (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 50 ngx_str_t ssl_certificate_key; member 328 offsetof(ngx_stream_proxy_srv_conf_t, ssl_certificate_key), 2085 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_stream_proxy_merge_srv_conf() 2086 prev->ssl_certificate_key, ""); in ngx_stream_proxy_merge_srv_conf() 2136 if (pscf->ssl_certificate_key.len == 0) { in ngx_stream_proxy_set_ssl() 2144 &pscf->ssl_certificate_key, pscf->ssl_passwords) in ngx_stream_proxy_set_ssl()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_uwsgi_module.c | 58 ngx_str_t ssl_certificate_key; member 553 offsetof(ngx_http_uwsgi_loc_conf_t, ssl_certificate_key), 1792 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_http_uwsgi_merge_loc_conf() 1793 prev->ssl_certificate_key, ""); in ngx_http_uwsgi_merge_loc_conf() 2371 if (uwcf->ssl_certificate_key.len == 0) { in ngx_http_uwsgi_set_ssl() 2379 &uwcf->ssl_certificate_key, uwcf->ssl_passwords) in ngx_http_uwsgi_set_ssl()
|
| H A D | ngx_http_grpc_module.c | 38 ngx_str_t ssl_certificate_key; member 421 offsetof(ngx_http_grpc_loc_conf_t, ssl_certificate_key), 4299 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_http_grpc_merge_loc_conf() 4300 prev->ssl_certificate_key, ""); in ngx_http_grpc_merge_loc_conf() 4662 if (glcf->ssl_certificate_key.len == 0) { in ngx_http_grpc_set_ssl() 4670 &glcf->ssl_certificate_key, glcf->ssl_passwords) in ngx_http_grpc_set_ssl()
|
| H A D | ngx_http_proxy_module.c | 101 ngx_str_t ssl_certificate_key; member 719 offsetof(ngx_http_proxy_loc_conf_t, ssl_certificate_key), 3251 ngx_conf_merge_str_value(conf->ssl_certificate_key, in ngx_http_proxy_merge_loc_conf() 3252 prev->ssl_certificate_key, ""); in ngx_http_proxy_merge_loc_conf() 4312 if (plcf->ssl_certificate_key.len == 0) { in ngx_http_proxy_set_ssl() 4320 &plcf->ssl_certificate_key, plcf->ssl_passwords) in ngx_http_proxy_set_ssl()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 17 если в директивах ssl_certificate или ssl_certificate_key 46 *) Добавление: директивы ssl_certificate и ssl_certificate_key 900 *) Добавление: директивы ssl_certificate и ssl_certificate_key теперь 4919 *) Изменение: теперь директивы ssl_certificate и ssl_certificate_key не 5688 ssl_certificate_key и ssl_client_certificate, определяются
|
| H A D | CHANGES | 17 variables were used in the "ssl_certificate" or "ssl_certificate_key" 46 "ssl_certificate_key" directives. 886 *) Feature: the "ssl_certificate" and "ssl_certificate_key" directives 4829 *) Change: now the ssl_certificate and ssl_certificate_key directives 5571 "ssl_certificate_key", and "ssl_client_certificate" directives are
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 586 syn keyword ngxDirective contained ssl_certificate_key
|