comparison xml/en/docs/http/ngx_http_grpc_module.xml @ 2721:7041bddec07d

Documented variables support for certificates in proxy, uwsgi, grpc.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 28 Apr 2021 22:37:48 +0100
parents 6684517c9d19
children 4add6ae1296f
comparison
equal deleted inserted replaced
2720:9c3691c24f9e 2721:7041bddec07d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_grpc_module" 10 <module name="Module ngx_http_grpc_module"
11 link="/en/docs/http/ngx_http_grpc_module.html" 11 link="/en/docs/http/ngx_http_grpc_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_grpc_module</literal> module allows passing requests 18 The <literal>ngx_http_grpc_module</literal> module allows passing requests
478 <para> 478 <para>
479 Specifies a <value>file</value> with the certificate in the PEM format 479 Specifies a <value>file</value> with the certificate in the PEM format
480 used for authentication to a gRPC SSL server. 480 used for authentication to a gRPC SSL server.
481 </para> 481 </para>
482 482
483 <para>
484 Since version 1.21.0, variables can be used in the <value>file</value> name.
485 </para>
486
483 </directive> 487 </directive>
484 488
485 489
486 <directive name="grpc_ssl_certificate_key"> 490 <directive name="grpc_ssl_certificate_key">
487 <syntax><value>file</value></syntax> 491 <syntax><value>file</value></syntax>
499 The value 503 The value
500 <literal>engine</literal>:<value>name</value>:<value>id</value> 504 <literal>engine</literal>:<value>name</value>:<value>id</value>
501 can be specified instead of the <value>file</value>, 505 can be specified instead of the <value>file</value>,
502 which loads a secret key with a specified <value>id</value> 506 which loads a secret key with a specified <value>id</value>
503 from the OpenSSL engine <value>name</value>. 507 from the OpenSSL engine <value>name</value>.
508 </para>
509
510 <para>
511 Since version 1.21.0, variables can be used in the <value>file</value> name.
504 </para> 512 </para>
505 513
506 </directive> 514 </directive>
507 515
508 516