Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-08-29 03:00:39 +00:00
parent 08bbca3b55
commit df2c9db925
48 changed files with 143 additions and 3352 deletions

View file

@ -1011,8 +1011,8 @@
<li class="md-nav__item">
<a href="../../troubleshooting/" title="Debug & Troubleshooting" class="md-nav__link">
Debug & Troubleshooting
<a href="../../troubleshooting/" title="Troubleshooting" class="md-nav__link">
Troubleshooting
</a>
</li>
@ -1095,6 +1095,10 @@
<td>Dynamically refresh backends on topology changes instead of reloading NGINX. Feature backed by OpenResty Lua libraries. (enabled by default)</td>
</tr>
<tr>
<td>--enable-dynamic-certificates</td>
<td>Dynamically serves certificates instead of reloading NGINX when certificates are created, updated, or deleted. Currently does not support OCSP stapling, so --enable-ssl-chain-completion must be turned off. Assuming the certificate is generated with a 2048 bit RSA key/cert pair, this feature can store roughly 5000 certificates. This is an experiemental feature that currently is not ready for production use. Feature backed by OpenResty Lua libraries. (disabled by default)</td>
</tr>
<tr>
<td>--enable-ssl-chain-completion</td>
<td>Autocomplete SSL certificate chains with missing intermediate CA certificates. A valid certificate chain is required to enable OCSP stapling. Certificates uploaded to Kubernetes must have the "Authority Information Access" X.509 v3 extension for this to succeed. (default true)</td>
</tr>