comparison xml/en/docs/http/ngx_http_uwsgi_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_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="46"> 13 rev="47">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
1386 <para> 1386 <para>
1387 Specifies a <value>file</value> with the certificate in the PEM format 1387 Specifies a <value>file</value> with the certificate in the PEM format
1388 used for authentication to a secured uwsgi server. 1388 used for authentication to a secured uwsgi server.
1389 </para> 1389 </para>
1390 1390
1391 <para>
1392 Since version 1.21.0, variables can be used in the <value>file</value> name.
1393 </para>
1394
1391 </directive> 1395 </directive>
1392 1396
1393 1397
1394 <directive name="uwsgi_ssl_certificate_key"> 1398 <directive name="uwsgi_ssl_certificate_key">
1395 <syntax><value>file</value></syntax> 1399 <syntax><value>file</value></syntax>
1408 The value 1412 The value
1409 <literal>engine</literal>:<value>name</value>:<value>id</value> 1413 <literal>engine</literal>:<value>name</value>:<value>id</value>
1410 can be specified instead of the <value>file</value> (1.7.9), 1414 can be specified instead of the <value>file</value> (1.7.9),
1411 which loads a secret key with a specified <value>id</value> 1415 which loads a secret key with a specified <value>id</value>
1412 from the OpenSSL engine <value>name</value>. 1416 from the OpenSSL engine <value>name</value>.
1417 </para>
1418
1419 <para>
1420 Since version 1.21.0, variables can be used in the <value>file</value> name.
1413 </para> 1421 </para>
1414 1422
1415 </directive> 1423 </directive>
1416 1424
1417 1425